django1/django/contrib/admin
Daniel Pyrathon fb48eb0581 Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Thanks to Russell Keith-Magee for mentoring this Google Summer of
Code 2014 project and everyone else who helped with the patch!
2015-01-06 19:25:12 -05:00
..
bin Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
locale Updated translations from Transifex 2014-09-30 20:55:50 +02:00
migrations Fixed #23822 -- Added support for serializing model managers in migration 2014-12-15 08:34:15 -05:00
static/admin Upgrade jQuery from 1.11.1 to 1.11.2 2014-12-22 20:32:00 -05:00
templates Fixed #22295 -- Replaced permission check for displaying admin user-tools 2014-12-31 16:31:59 -05:00
templatetags Fixed #12663 -- Formalized the Model._meta API for retrieving fields. 2015-01-06 19:25:12 -05:00
views Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions 2015-01-02 10:46:04 -05:00
__init__.py Fixed #16311 -- Added a RelatedOnlyFieldListFilter class in admin.filters. 2014-08-04 09:39:02 -04:00
actions.py Fixed #22295 -- Replaced permission check for displaying admin user-tools 2014-12-31 16:31:59 -05:00
apps.py Fixed #23750 -- Allowed core.checks.register to be used as a function 2014-11-11 16:29:32 +01:00
checks.py Fixed #12663 -- Formalized the Model._meta API for retrieving fields. 2015-01-06 19:25:12 -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 Fixed #21414 -- Removed RelatedObject and deprecated Field.related. 2014-12-23 10:54:25 -05:00
forms.py Fixed #22329 -- Used label_tag() in some admin auth templates. 2014-03-29 08:54:56 -04:00
helpers.py Removed redundant numbered parameters from str.format(). 2014-12-03 14:27:38 -05:00
models.py Fixed #23822 -- Added support for serializing model managers in migration 2014-12-15 08:34:15 -05:00
options.py Fixed #12663 -- Formalized the Model._meta API for retrieving fields. 2015-01-06 19:25:12 -05:00
sites.py Fixed #22295 -- Replaced permission check for displaying admin user-tools 2014-12-31 16:31:59 -05:00
tests.py Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase 2014-08-28 08:44:26 +02:00
util.py Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
utils.py Fixed #12663 -- Formalized the Model._meta API for retrieving fields. 2015-01-06 19:25:12 -05:00
validation.py Fixed #12663 -- Formalized the Model._meta API for retrieving fields. 2015-01-06 19:25:12 -05:00
widgets.py Removed redundant numbered parameters from str.format(). 2014-12-03 14:27:38 -05:00