django1/django/contrib/admin
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
..
bin Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
locale [1.8.x] Updated en translation catalogs 2015-01-17 11:18:45 +01:00
migrations [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
static/admin Fixed #13165 -- Added edit and delete links to admin foreign key widgets. 2015-01-10 12:24:52 -05:00
templates Fixed #24099 -- Removed contenttype.name deprecated field 2015-01-16 20:21:34 +01:00
templatetags [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
views [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
__init__.py Fixed #16311 -- Added a RelatedOnlyFieldListFilter class in admin.filters. 2014-08-04 09:39:02 -04:00
actions.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
apps.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
checks.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
decorators.py Fixed typo in exception message; refs #19414 2013-09-19 06:24:12 -04:00
exceptions.py Prevented data leakage in contrib.admin via query string manipulation. 2014-08-20 14:39:40 -04:00
filters.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
forms.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
helpers.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
models.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
options.py [1.8.x] Fixed #24333 -- Fixed admin history view crash with non-integer slug. 2015-02-12 14:20:17 -05:00
sites.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
tests.py Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase 2014-08-28 08:44:26 +02:00
util.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
utils.py [1.8.x] Fixed #24381 -- removed ForeignObjectRel opts and to_opts 2015-02-23 07:26:10 -05:00
validation.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
widgets.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00