.. |
locale
|
Updated translations from Transifex.
|
2021-12-06 20:31:03 +01:00 |
migrations
|
Refs #32675 -- Removed to_field from ForeignKeys in contrib apps' migrations.
|
2021-04-29 07:46:22 +02:00 |
static/admin
|
Fixed #33300 -- Ensured hidden elements are not displayed on small screens.
|
2021-12-30 07:57:36 +01:00 |
templates
|
Refs #31617 -- Removed redundant title text in filter.html.
|
2021-12-28 13:42:35 +01:00 |
templatetags
|
Fixed #32365 -- Made zoneinfo the default timezone implementation.
|
2021-09-16 12:11:05 +02:00 |
views
|
Fixed #32993 -- Added AutocompleteJsonView.serialize_result() to allow customization.
|
2021-08-10 07:44:37 +02: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 #19721 -- Allowed admin filters to customize the list separator.
|
2021-12-08 15:25:52 +01:00 |
forms.py
|
Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.
|
2020-04-28 10:49:00 +02:00 |
helpers.py
|
Fixed #33077 -- Fixed links to related models for admin's readonly fields in custom admin site.
|
2021-09-18 12:27:28 +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 #33316 -- Added pagination to admin history view.
|
2021-12-15 10:54:08 +01:00 |
sites.py
|
Refs #24121 -- Added __repr__() to AdminSite, DefaultAdminSite, and ModelAdmin.
|
2021-07-05 08:15:58 +02:00 |
tests.py
|
Fixed #33211 -- Updated tests for Selenium 4.0.0.
|
2021-10-21 14:37:16 +02:00 |
utils.py
|
Fixed #19721 -- Allowed admin filters to customize the list separator.
|
2021-12-08 15:25:52 +01:00 |
widgets.py
|
Fixed #32545 -- Improved admin widget for raw_id_fields for UUIDFields.
|
2021-11-29 07:16:26 +01:00 |