.. |
locale
|
Updated translations from Transifex.
|
2021-04-06 06:19:31 +02: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 #32647 -- Restored multi-row select with shift-modifier in admin changelist.
|
2021-04-21 08:31:06 +02:00 |
templates
|
Fixed #32204 -- Added quick filter to admin's navigation sidebar.
|
2021-03-31 09:31:37 +02:00 |
templatetags
|
Fixed #25513 -- Extracted admin pagination to Paginator.get_elided_page_range().
|
2020-08-06 12:38:56 +02:00 |
views
|
Fixed #32466 -- Corrected autocomplete to_field resolution for complex cases.
|
2021-03-18 11:21:23 +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
|
Fixed #32494 -- Adjusted system check for raw_id_fields to warn about Field.attname.
|
2021-03-04 08:41:28 +01: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 #32649 -- Fixed ModelAdmin.search_fields crash when searching against phrases with unbalanced quotes.
|
2021-04-14 12:23:47 +02:00 |
sites.py
|
Fixed #32493 -- Removed redundant never_cache uses from admin views.
|
2021-03-03 09:13:07 +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 #32466 -- Corrected autocomplete to_field resolution for complex cases.
|
2021-03-18 11:21:23 +01:00 |