django1/django/contrib
Anssi Kääriäinen 155a127afb [1.8.x] Fixed #24381 -- removed ForeignObjectRel opts and to_opts
These cached properies were causing problems with pickling, and in
addition they were confusingly defined: field.rel.model._meta was
not the same as field.rel.opts.

Instead users should use field.rel.related_model._meta inplace of
field.rel.opts, and field.rel.to._meta in place of field.rel.to_opts.

Backport of f95122e541 from master
2015-02-23 07:26:10 -05:00
..
admin [1.8.x] Fixed #24381 -- removed ForeignObjectRel opts and to_opts 2015-02-23 07:26:10 -05:00
admindocs [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
auth [1.8.x] Fixed #24351, #24346 -- Changed the signature of allow_migrate(). 2015-02-20 21:55:50 +07:00
contenttypes [1.8.x] Fixed #24351, #24346 -- Changed the signature of allow_migrate(). 2015-02-20 21:55:50 +07:00
flatpages [1.8.x] Moved contrib.flatpages tests out of contrib. 2015-02-11 11:47:58 -05:00
gis [1.8.x] Update converters to take a consistent set of parameters. 2015-02-20 11:47:48 +00:00
humanize [1.8.x] Moved contrib.humanize tests out of contrib. 2015-02-11 11:55:53 -05:00
messages [1.8.x] Moved contrib.messages tests out of contrib. 2015-02-11 11:55:05 -05:00
postgres [1.8.x] Fixed #24341 -- Added specific error messages to RangeField subclasses 2015-02-20 16:50:41 -05:00
redirects [1.8.x] Moved contrib.redirects tests out of contrib. 2015-02-11 11:55:40 -05:00
sessions [1.8.x] Moved contrib.sessions tests out of contrib. 2015-02-11 11:54:51 -05:00
sitemaps [1.8.x] Moved contrib.sitemaps tests out of contrib. 2015-02-11 11:52:10 -05:00
sites [1.8.x] Fixed #24351, #24346 -- Changed the signature of allow_migrate(). 2015-02-20 21:55:50 +07:00
staticfiles [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
syndication [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
webdesign [1.8.x] Moved contrib.webdesign tests out of contrib. 2015-02-11 12:35:32 -05:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00