0
0
mirror of https://github.com/django/django.git synced 2024-11-30 23:20:50 +01:00
django/docs/ref/models
Carlton Gibson 5028a02352 Doc'd TextField.db_collation as optional.
Matches CharField.db_collation docs.

Thanks to Paolo Melchiorre for the report.
2022-08-02 15:16:42 +02:00
..
class.txt
conditional-expressions.txt Removed versionadded/changed annotations for 4.0. 2022-05-17 14:22:06 +02:00
constraints.txt Removed versionadded/changed annotations for 4.0. 2022-05-17 14:22:06 +02:00
database-functions.txt Removed versionadded/changed annotations for 4.0. 2022-05-17 14:22:06 +02:00
expressions.txt Fixed docs build with sphinxcontrib-spelling 7.5.0+. 2022-05-31 11:17:01 +02:00
fields.txt Doc'd TextField.db_collation as optional. 2022-08-02 15:16:42 +02:00
index.txt
indexes.txt Fixed #33717 -- Dropped support for PostgreSQL 11. 2022-05-19 09:26:48 +02:00
instances.txt Fixed #33724 -- Doc'd exclude argument changes in model validation. 2022-05-24 10:02:53 +02:00
lookups.txt Removed versionadded/changed annotations for 4.0. 2022-05-17 14:22:06 +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 Fixed #33820 -- Doc'd "true"/"false"/"null" caveat for JSONField key transforms on SQLite. 2022-07-26 20:21:27 +02:00
relations.txt