django1/django/contrib/admin
Konrad Świat 06b11b617e Fixed #23616 - Fixed generic relations in ModelAdmin.list_filter.
Thanks ranjur for reporting bug, timgraham for review,
and collinanderson for contributing tips.
2014-10-10 12:10:32 -04: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 Removed 'to_field' from ForeignKey(settings.AUTH_USER_MODEL) in admin's initial migration. 2014-06-23 13:13:45 -04:00
static/admin Fixed #7361 -- Added cancel link to admin delete views. 2014-09-30 08:45:04 -04:00
templates Fixed #7361 -- Added cancel link to admin delete views. 2014-09-30 08:45:04 -04:00
templatetags Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04: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 #20133 -- Added summary to admin deletion confirmation pages. 2014-08-14 13:56:23 -04:00
apps.py Fixed #22195 -- Used constants to define built-in tags for check framework. 2014-04-10 08:45:48 -04:00
checks.py Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04: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 #23055 -- Made generic admin filter obey ModelAdmin queryset. 2014-08-30 10:07:00 -03:00
forms.py Fixed #22329 -- Used label_tag() in some admin auth templates. 2014-03-29 08:54:56 -04:00
helpers.py Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
models.py Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
options.py Fixed #23616 - Fixed generic relations in ModelAdmin.list_filter. 2014-10-10 12:10:32 -04:00
sites.py Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04: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 #20133 -- Added summary to admin deletion confirmation pages. 2014-08-14 13:56:23 -04:00
validation.py Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
widgets.py Fixed #22894 -- Made admin add related/raw ID fields widgets customizable. 2014-06-26 15:02:42 -04:00