1
0
mirror of https://github.com/django/django.git synced 2024-12-28 12:06:22 +00:00
django/docs/ref
Jacob Rief 473283d241
Fixed #34303 –- Allowed customizing admin site log entry list.
Added AdminSite.get_log_entries() as an override point and made this
available to the template via each_context().
2023-02-08 18:37:32 +01:00
..
class-based-views Removed versionadded/changed annotations for 4.1. 2023-01-17 11:49:15 +01:00
contrib Fixed #34303 –- Allowed customizing admin site log entry list. 2023-02-08 18:37:32 +01:00
files Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings. 2023-01-12 09:58:36 +01:00
forms Refs #32339 -- Deprecated transitional form renderers. 2023-01-18 11:08:39 +01:00
models Fixed #34242 -- Doc'd that primary key is set to None when deleting objects. 2023-01-20 09:36:36 +01:00
templates Refs #32873 -- Removed settings.USE_L10N per deprecation timeline. 2023-01-17 11:49:15 +01:00
applications.txt Removed hyphen from pre-/re- prefixes. 2022-04-28 10:44:14 +02:00
checks.txt Fixed #18468 -- Added support for comments on columns and tables. 2022-12-28 06:28:07 +01:00
clickjacking.txt
csrf.txt Removed versionadded/changed annotations for 4.1. 2023-01-17 11:49:15 +01:00
databases.txt Removed versionadded/changed annotations for 4.1. 2023-01-17 11:49:15 +01:00
django-admin.txt Removed versionadded/changed annotations for 4.1. 2023-01-17 11:49:15 +01:00
exceptions.txt Refs #33374 -- Adjusted full match condition handling. 2022-11-07 20:23:53 +01:00
index.txt
logging.txt Fixed #31090 -- Logged transaction management queries. 2022-11-21 09:10:14 +01:00
middleware.txt Fixed #34170 -- Implemented Heal The Breach (HTB) in GzipMiddleware. 2022-12-17 08:46:37 +01:00
migration-operations.txt Removed versionadded/changed annotations for 4.1. 2023-01-17 11:49:15 +01:00
paginator.txt
request-response.txt Removed versionadded/changed annotations for 4.1. 2023-01-17 11:49:15 +01:00
schema-editor.txt Removed versionadded/changed annotations for 4.1. 2023-01-17 11:49:15 +01:00
settings.txt Refs #32800 -- Removed CSRF_COOKIE_MASKED transitional setting per deprecation timeline. 2023-01-17 11:49:15 +01:00
signals.txt Removed versionadded/changed annotations for 4.1. 2023-01-17 11:49:15 +01:00
template-response.txt Removed hyphen from pre-/re- prefixes. 2022-04-28 10:44:14 +02:00
unicode.txt Updated documentation and comments for RFC updates. 2022-11-10 13:52:17 +01:00
urlresolvers.txt Removed versionadded/changed annotations for 4.1. 2023-01-17 11:49:15 +01:00
urls.txt
utils.txt Refs #32365 -- Removed django.utils.timezone.utc per deprecation timeline. 2023-01-17 11:49:15 +01:00
validators.txt Removed versionadded/changed annotations for 4.1. 2023-01-17 11:49:15 +01:00
views.txt Updated documentation and comments for RFC updates. 2022-11-10 13:52:17 +01:00