django1/django/contrib/admin
Tim Graham 271d4f8f85 Fixed #23948 -- Moved password help text from the template to the form.
Thanks Mithos for the report and patch.
2014-12-26 08:09: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 #23948 -- Moved password help text from the template to the form. 2014-12-26 08:09:12 -05:00
templatetags Removed redundant numbered parameters from str.format(). 2014-12-03 14:27:38 -05:00
views Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282. 2014-09-29 00:01:38 +07:00
__init__.py Fixed #16311 -- Added a RelatedOnlyFieldListFilter class in admin.filters. 2014-08-04 09:39:02 -04:00
actions.py Fixed #23898 -- Added missing context to admin's deleted_selected view. 2014-11-25 11:22:15 -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 #23497 -- Made admin system checks run for custom AdminSites. 2014-12-17 09:11:46 -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 #21414 -- Removed RelatedObject and deprecated Field.related. 2014-12-23 10:54:25 -05:00
sites.py Fixed #23497 -- Made admin system checks run for custom AdminSites. 2014-12-17 09:11:46 -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 #21414 -- Removed RelatedObject and deprecated Field.related. 2014-12-23 10:54:25 -05:00
validation.py Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
widgets.py Removed redundant numbered parameters from str.format(). 2014-12-03 14:27:38 -05:00