django1/django/contrib/auth/management/commands
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 Fixed #5614: added 'manage.py createsuperuser'. Thanks, programmerq. 2008-06-08 05:31:16 +00:00
changepassword.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
createsuperuser.py Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00