0
0
mirror of https://github.com/django/django.git synced 2024-11-28 10:48:32 +01:00
django/docs/ref/models
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.txt
conditional-expressions.txt Removed versionadded/changed annotations for 4.0. 2022-05-17 14:22:06 +02:00
constraints.txt Refs #34059 -- Doc'd lack of support for validation of constraints with JSONFields. 2022-10-12 11:50:13 +02:00
database-functions.txt Updated UTC uses to datetime.timezone.utc in docs. 2022-10-20 15:52:45 -07:00
expressions.txt Fixed #16211 -- Added logical NOT support to F expressions. 2022-10-31 09:55:51 +01:00
fields.txt Clarified how to reference RelatedObjectDoesNotExist exceptions. 2022-10-01 16:42:10 +02:00
index.txt
indexes.txt Fixed #33717 -- Dropped support for PostgreSQL 11. 2022-05-19 09:26:48 +02:00
instances.txt Updated documentation and comments for RFC updates. 2022-11-10 13:52:17 +01:00
lookups.txt Fixed #29799 -- Allowed registering lookups per field instances. 2022-09-02 10:02:24 +02:00
meta.txt
options.txt Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes. 2022-07-12 09:04:31 +02:00
querysets.txt Updated documentation and comments for RFC updates. 2022-11-10 13:52:17 +01:00
relations.txt Fixed #34135 -- Added async-compatible interface to related managers. 2022-11-09 10:32:40 +01:00