django1/django/contrib
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
..
admin Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
admindocs Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
auth Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
contenttypes Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
flatpages Updated translation catalogs 2015-03-18 09:31:00 +01:00
gis Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
humanize Moved contrib.humanize tests out of contrib. 2015-02-11 10:19:22 -05:00
messages Removed translations from contrib.messages 2015-03-18 09:30:20 +01:00
postgres Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
redirects Moved contrib.redirects tests out of contrib. 2015-02-11 10:19:22 -05:00
sessions Fixed #24468 -- Made signed cookies cache backend resilient to unpickling exceptions. 2015-03-12 08:19:54 -04:00
sitemaps Moved contrib.sitemaps tests out of contrib. 2015-02-11 10:19:22 -05:00
sites Fixed #24488 -- Made create_default_site() use default pk of 1. 2015-03-16 13:30:59 -04:00
staticfiles Fixed #23986 -- Fixed collectstatic --clear failure if STATIC_ROOT dir doesn't exist. 2015-03-07 10:47:07 -05:00
syndication Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
webdesign Moved contrib.webdesign tests out of contrib. 2015-02-11 12:30:07 -05:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00