django1/django/contrib/admin
Mariusz Felisiak c815213740
Fixed #28958 -- Fixed admin changelist crash when using a query expression in the page's ordering.
Thanks Tim Graham for the review.
2017-12-27 18:38:30 +01:00
..
bin Fixed #28769 -- Replaced 'x if x else y' with 'x or y'. 2017-11-07 09:08:46 -05:00
locale Updated contrib translations from Transifex 2017-12-01 21:51:30 +01:00
migrations Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
static/admin Fixed #28956 -- Updated admin's jQuery to 3.2.1. 2017-12-26 10:21:05 -05:00
templates Fixed #26818 -- Added responsive CSS for the admin. 2017-09-16 19:11:19 -04:00
templatetags Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking. 2017-12-11 07:08:45 -05:00
views Fixed #28958 -- Fixed admin changelist crash when using a query expression in the page's ordering. 2017-12-27 18:38:30 +01:00
__init__.py Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
actions.py Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking. 2017-12-11 07:08:45 -05:00
apps.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
checks.py Fixed #28898 -- Corrected admin check to allow a OneToOneField in ModelAdmin.autocomplete_fields. 2017-12-13 02:39:27 -05: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 Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking. 2017-12-11 07:08:45 -05:00
helpers.py Fixed #28930 -- Simplified code with any() and all(). 2017-12-26 17:11:15 -05:00
models.py Refs #27857 -- Replaced json.loads() ValueError exception catching with JSONDecodeError. 2017-09-25 17:11:06 -04:00
options.py Fixed #28930 -- Simplified code with any() and all(). 2017-12-26 17:11:15 -05:00
sites.py Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking. 2017-12-11 07:08:45 -05:00
tests.py Fixed #28860 -- Removed unnecessary len() calls. 2017-12-04 10:35:23 -05:00
utils.py Fixed #26184 -- Allowed using any lookups in ModelAdmin.search_fields. 2017-11-18 19:33:52 -05:00
widgets.py Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking. 2017-12-11 07:08:45 -05:00