django1/tests/admin_widgets
Anssi Kääriäinen 8f30556329 Renamed Field.rel attribute to remote_field
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.
2015-03-25 08:16:12 -04:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
tests.py Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
urls.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
widgetadmin.py Fixed #14497 -- Improved admin widget for "read only" FileFields 2015-02-04 09:05:23 -05:00