django1/django/contrib/admin
Johannes Hoppe 01a294f8f0 Refs #14370 -- Vendored Select2 4.0.3 for use by the admin.
From https://github.com/select2/select2/releases/tag/4.0.3
2017-09-18 13:47:50 -04:00
..
bin Refs #23919 -- Updated contrib.admin's compress.py to use pathlib. 2017-07-21 10:24:49 -04:00
locale Updated translations from Transifex 2017-05-31 21:43:40 +02:00
migrations Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
static/admin Refs #14370 -- Vendored Select2 4.0.3 for use by the admin. 2017-09-18 13:47:50 -04:00
templates Fixed #26818 -- Added responsive CSS for the admin. 2017-09-16 19:11:19 -04:00
templatetags Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. 2017-06-01 19:08:59 -04:00
views Avoided creation of temporary sets. 2017-07-29 10:16:43 -04:00
__init__.py Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
actions.py Fixed docstring typo in django/contrib/admin/actions.py. 2017-05-25 05:54:51 -04:00
apps.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
checks.py Removed useless hasattr() checks in ModelAdmin checks. 2017-06-02 15:27:15 -04:00
decorators.py Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
exceptions.py Prevented data leakage in contrib.admin via query string manipulation. 2014-08-20 14:39:40 -04:00
filters.py Fixed #28202 -- Fixed FieldListFilter.get_queryset() crash on invalid input. 2017-06-06 07:54:31 -04:00
forms.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
helpers.py Fixed #28377 -- Made combining form Media retain relative asset order. 2017-07-20 11:06:30 -04:00
models.py Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
options.py Removed unnecessary parens in various code. 2017-09-13 21:20:29 -04:00
sites.py Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
tests.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
utils.py Merged isinstance() calls. 2017-09-13 15:00:45 -04:00
widgets.py Simplified admin.widgets.url_params_from_lookup_dict(). 2017-09-05 09:47:11 -04:00