mirror of
https://github.com/Hopiu/django.git
synced 2026-03-28 20:00:23 +00:00
Field.rel is now deprecated. Rel objects have now also remote_field attribute. This means that self == self.remote_field.remote_field. In addition, made the Rel objects a bit more like Field objects. Still, marked ManyToManyFields as null=True. |
||
|---|---|---|
| .. | ||
| 4x8.png | ||
| 8x4.png | ||
| __init__.py | ||
| models.py | ||
| test_durationfield.py | ||
| test_field_flags.py | ||
| test_imagefield.py | ||
| test_uuid.py | ||
| tests.py | ||