django1/django/contrib/admin
Denis Skulimovskiy 269a767146 Fixed #32391 -- Used CSS flex properties for changelist filter.
Matched layout adjustment using flex from admin sidebar added in
d24ba1be7a.

Filters would become squashed when viewport was
constrained or list display table became too wide.
2021-01-28 15:51:05 +01:00
..
locale Updated source translation catalogs. 2021-01-15 09:43:45 +01:00
migrations Fixed #30947 -- Changed tuples to lists in model Meta options in django.contrib modules. 2019-11-05 08:16:31 +01:00
static/admin Fixed #32391 -- Used CSS flex properties for changelist filter. 2021-01-28 15:51:05 +01:00
templates Fixed #32385 -- Removed unused and duplicated loading of tags in admin templates. 2021-01-27 12:16:12 +01:00
templatetags Fixed #25513 -- Extracted admin pagination to Paginator.get_elided_page_range(). 2020-08-06 12:38:56 +02:00
views Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to autocomplete fields. 2021-01-12 11:37:38 +01:00
__init__.py Fixed #16117 -- Added decorators for admin action and display functions. 2021-01-13 17:19:22 +01:00
actions.py Fixed #16117 -- Added decorators for admin action and display functions. 2021-01-13 17:19:22 +01:00
apps.py Fixed #31007 -- Allowed specifying type of auto-created primary keys. 2020-12-15 11:25:46 +01:00
checks.py Bumped minimum isort version to 5.1.0. 2020-07-30 10:58:59 +02:00
decorators.py Fixed #16117 -- Added decorators for admin action and display functions. 2021-01-13 17:19:22 +01:00
exceptions.py Prevented data leakage in contrib.admin via query string manipulation. 2014-08-20 14:39:40 -04:00
filters.py Fixed #31636 -- Made BooleanFieldListFilter respect Field.choices. 2020-09-15 09:12:14 +02:00
forms.py Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError. 2020-04-28 10:49:00 +02:00
helpers.py Fixed #31181 -- Added links to related models for admin's readonly fields. 2020-10-08 19:53:49 +02:00
models.py Fixed #30947 -- Changed tuples to lists in model Meta options in django.contrib modules. 2019-11-05 08:16:31 +01:00
options.py Fixed #16117 -- Added decorators for admin action and display functions. 2021-01-13 17:19:22 +01:00
sites.py Fixed #31747 -- Fixed model enumeration via admin URLs. 2021-01-12 14:37:56 +01:00
tests.py Fixed #31789 -- Added a new headers interface to HttpResponse. 2020-09-14 08:41:59 +02:00
utils.py Fixed #32080 -- Fixed displaying Unicode chars in forms.JSONField and read-only JSONField values in admin. 2020-10-09 08:14:17 +02:00
widgets.py Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to autocomplete fields. 2021-01-12 11:37:38 +01:00