1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
django/docs/topics
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
..
auth Improved readability of string interpolation in frequently used examples in docs. 2022-11-10 13:18:38 +01:00
class-based-views Fixed docs build with sphinxcontrib-spelling 7.5.0+. 2022-05-31 11:17:01 +02:00
db Improved readability of string interpolation in frequently used examples in docs. 2022-11-10 13:18:38 +01:00
forms Refs #30947 -- Changed tuples to lists where appropriate. 2022-08-30 09:57:17 +02:00
http Removed obsolete doc reference to asyncio.iscoroutinefunction. 2022-10-29 13:34:22 +02:00
i18n Refs #33842 -- Added :ttag: role in translations docs. 2022-08-09 14:51:59 +02:00
testing Updated documentation and comments for RFC updates. 2022-11-10 13:52:17 +01:00
async.txt Fixed #34135 -- Added async-compatible interface to related managers. 2022-11-09 10:32:40 +01:00
cache.txt Updated documentation and comments for RFC updates. 2022-11-10 13:52:17 +01:00
checks.txt Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle the deprecation of migration operations." 2022-07-26 11:41:19 +02:00
conditional-view-processing.txt Updated documentation and comments for RFC updates. 2022-11-10 13:52:17 +01:00
email.txt Added backticks to code literals in various docs. 2022-04-28 10:44:14 +02:00
external-packages.txt
files.txt Refs #32243 -- Fixed typo in docs/topics/files.txt. 2022-02-05 11:19:22 +01:00
index.txt
install.txt
logging.txt Fixed docs build with sphinxcontrib-spelling 7.5.0+. 2022-05-31 11:17:01 +02:00
migrations.txt Improved readability of string interpolation in frequently used examples in docs. 2022-11-10 13:18:38 +01:00
pagination.txt Updated note about ListView pagination example in CBV docs. 2022-04-19 21:38:49 +02:00
performance.txt
security.txt Updated OWASP Top 10 link in security topic. 2022-06-16 06:35:20 +02:00
serialization.txt Refs #30947 -- Changed tuples to lists where appropriate. 2022-08-30 09:57:17 +02:00
settings.txt Fixed #33842 -- Used :source: role for links to repo files on GitHub. 2022-08-09 14:44:51 +02:00
signals.txt Fixed #30801 -- Improved guidance for making good use of signals. 2022-11-02 17:21:15 +01:00
signing.txt Fixed #30360 -- Added support for secret key rotation. 2022-02-01 11:12:24 +01:00
templates.txt Corrected multiply defined labels in docs. 2021-11-04 10:46:01 +01:00