django/tests/basic
Adam Johnson e244d8bbb7 Refs #28586 - Copied fetch mode in QuerySet.create().
This change allows the pattern `MyModel.objects.fetch_mode(...).create(...)` to
set the fetch mode for a new object.
2025-10-16 14:52:22 -04:00
..
__init__.py
models.py Removed outdated docstring in tests/basic/models.py. 2025-02-25 15:22:08 +01:00
tests.py Refs #28586 - Copied fetch mode in QuerySet.create(). 2025-10-16 14:52:22 -04:00