django/docs/ref/models
Nilesh Kumar Pahari 6025eab3c5
Some checks are pending
Docs / spelling (push) Waiting to run
Docs / blacken-docs (push) Waiting to run
Docs / lint-docs (push) Waiting to run
Linters / flake8 (push) Waiting to run
Linters / isort (push) Waiting to run
Linters / black (push) Waiting to run
Linters / zizmor (push) Waiting to run
Tests / Windows, SQLite, Python 3.14 (push) Waiting to run
Tests / JavaScript tests (push) Waiting to run
Fixed #36806 -- Added system check for null kwarg in GeneratedField.
The null argument has no effect on GeneratedField since the nullability
of the column depends on the database and expression used.
2025-12-22 09:41:41 -05:00
..
class.txt Refs #36485 -- Rewrapped docs to 79 columns line length. 2025-08-25 10:51:10 -03:00
conditional-expressions.txt Ensured :doc: role uses absolute targets in docs. 2025-08-28 13:48:32 -03:00
constraints.txt Fixed #36808 -- Required name argument in UniqueConstraint signature. 2025-12-19 09:48:15 -05:00
database-functions.txt Refs #36735 -- Supported shift parameter for UUID7 on PostgreSQL. 2025-12-12 11:50:36 -05:00
expressions.txt Fixed #36778 -- Extended advice to sanitize input before using in query expressions. 2025-12-08 10:25:24 -05:00
fields.txt Fixed #36806 -- Added system check for null kwarg in GeneratedField. 2025-12-22 09:41:41 -05:00
index.txt Generalized check constraint docs for other constraints. 2018-11-13 17:57:27 -05:00
indexes.txt Fixed #36329 -- Removed non-code custom link text when cross-referencing Python objects. 2025-10-29 11:32:12 -04:00
instances.txt Fixed #36329 -- Removed non-code custom link text when cross-referencing Python objects. 2025-10-29 11:32:12 -04:00
lookups.txt Refs #36485 -- Rewrapped docs to 79 columns line length. 2025-08-25 10:51:10 -03:00
meta.txt Fixed #36329 -- Removed non-code custom link text when cross-referencing Python objects. 2025-10-29 11:32:12 -04:00
options.txt Fixed #36686 -- Clarified Meta.ordering is ignored in GROUP BY queries. 2025-11-13 11:18:02 -05:00
querysets.txt Fixed #36741 -- Linked to custom save()/delete() caveats in docs/ref/models/querysets.txt. 2025-11-21 17:06:17 -05:00
relations.txt Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in docs. 2025-08-25 10:51:10 -03:00