1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/docs/ref
2024-01-26 12:45:07 +01:00
..
class-based-views
contrib Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
files Refs #26029 -- Removed DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings. 2023-09-18 22:12:40 +02:00
forms Fixed #35069 -- Fixed typo in docs/ref/forms/api.txt. 2023-12-30 14:28:10 +01:00
models Fixed #34949 -- Clarified when UniqueConstraints with include/nulls_distinct are not created. 2024-01-15 13:42:02 +01:00
templates Updated "Dive Into Python" links. 2024-01-20 19:43:55 +01:00
applications.txt
checks.txt Refs #34944 -- Propagated system checks for GeneratedField.output_field. 2023-11-14 20:22:07 +01:00
clickjacking.txt
csrf.txt Fixed #34990 -- Changed link to OWASP in CSRF docs. 2023-11-23 05:27:30 +01:00
databases.txt Fixed #35130 -- Doc'd django.db.close_old_connections(). 2024-01-22 13:31:50 +01:00
django-admin.txt Updated "Dive Into Python" links. 2024-01-20 19:43:55 +01:00
exceptions.txt Removed versionadded/changed annotations for 4.2. 2023-09-18 22:12:40 +02:00
index.txt
logging.txt Fixed #34971 -- Doc'd additional loggers. 2024-01-23 17:17:49 -03:00
middleware.txt Removed versionadded/changed annotations for 4.2. 2023-09-18 22:12:40 +02:00
migration-operations.txt Fixed typo in docs/ref/migration-operations.txt. 2024-01-18 05:21:15 +01:00
paginator.txt
request-response.txt Corrected code-block directives in docs. 2023-12-28 19:52:15 +01:00
schema-editor.txt Refs #27236 -- Removed Meta.index_together per deprecation timeline. 2023-09-18 22:12:40 +02:00
settings.txt Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt Removed versionadded/changed annotations for 4.2. 2023-09-18 22:12:40 +02:00
utils.txt Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
validators.txt Removed versionadded/changed annotations for 4.2. 2023-09-18 22:12:40 +02:00
views.txt