1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
django/docs/ref
Nick Pope 9bd174b9a7 Updated documentation and comments for RFC updates.
- Updated references to RFC 1123 to RFC 5322
  - Only partial as RFC 5322 sort of sub-references RFC 1123.
- Updated references to RFC 2388 to RFC 7578
  - Except RFC 2388 Section 5.3 which has no equivalent.
- Updated references to RFC 2396 to RFC 3986
- Updated references to RFC 2616 to RFC 9110
- Updated references to RFC 3066 to RFC 5646
- Updated references to RFC 7230 to RFC 9112
- Updated references to RFC 7231 to RFC 9110
- Updated references to RFC 7232 to RFC 9110
- Updated references to RFC 7234 to RFC 9111
- Tidied up style of text when referring to RFC documents
2022-11-10 13:52:17 +01:00
..
class-based-views Removed versionadded/changed annotations for 4.0. 2022-05-17 14:22:06 +02:00
contrib Improved readability of string interpolation in frequently used examples in docs. 2022-11-10 13:18:38 +01:00
files Refs #26029 -- Doc'd django.core.files.storage.default_storage. 2022-08-10 12:23:13 +02:00
forms Fixed #33842 -- Used :source: role for links to repo files on GitHub. 2022-08-09 14:44:51 +02:00
models Updated documentation and comments for RFC updates. 2022-11-10 13:52:17 +01:00
templates Fixed #33864 -- Deprecated length_is template filter. 2022-07-23 12:36:21 +02:00
applications.txt Removed hyphen from pre-/re- prefixes. 2022-04-28 10:44:14 +02:00
checks.txt Refs #32987 -- Relaxed system check for template tag modules with the same name by turning into a warning. 2022-10-03 10:52:21 +02:00
clickjacking.txt
csrf.txt Updated documentation and comments for RFC updates. 2022-11-10 13:52:17 +01:00
databases.txt Fixed #10070 -- Added support for pyformat style parameters on SQLite. 2022-11-08 12:26:39 +01:00
django-admin.txt Fixed #34054 -- Created a new fixtures topic. 2022-11-02 08:08:02 +01:00
exceptions.txt Refs #33374 -- Adjusted full match condition handling. 2022-11-07 20:23:53 +01:00
index.txt
logging.txt Removed versionadded/changed annotations for 4.0. 2022-05-17 14:22:06 +02:00
middleware.txt Updated documentation and comments for RFC updates. 2022-11-10 13:52:17 +01:00
migration-operations.txt Refs #27236 -- Doc'd that AlterIndexTogether is no longer officially supported for Django 4.2+ migration files. 2022-07-26 11:42:54 +02:00
paginator.txt
request-response.txt Updated documentation and comments for RFC updates. 2022-11-10 13:52:17 +01:00
schema-editor.txt Refs #27064 -- Added RenameIndex migration operation. 2022-05-12 20:44:03 +02:00
settings.txt Fixed #34054 -- Created a new fixtures topic. 2022-11-02 08:08:02 +01:00
signals.txt Fixed #30801 -- Improved guidance for making good use of signals. 2022-11-02 17:21: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 Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs. 2022-03-29 10:27:40 +02:00
urls.txt
utils.txt Updated documentation and comments for RFC updates. 2022-11-10 13:52:17 +01:00
validators.txt Fixed #32559 -- Added 'step_size’ to numeric form fields. 2022-05-12 14:16:52 +02:00
views.txt Updated documentation and comments for RFC updates. 2022-11-10 13:52:17 +01:00