1
0
mirror of https://github.com/django/django.git synced 2025-10-28 16:16:12 +00:00
Files
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
..