django1/django/db
Keryn Knight 921e4ccb77
Fixed #33003 -- Removed **kwargs from QuerySet._chain().
The functionality of updating the __dict__ was only present to allow
for pickling a Prefetch object, which is a comparably rare operation.
Forcing the __getstate__() implementation to handle it allows the
chaining operation to be slightly faster, which is much more common.
2021-08-09 13:28:40 +02:00
..
backends Optimized BaseDatabaseSchemaEditor._effective_default() a bit, 2021-07-28 08:12:01 +02:00
migrations Fixed typos in migrations tests, comments, and error message. 2021-08-04 09:28:23 +02:00
models Fixed #33003 -- Removed **kwargs from QuerySet._chain(). 2021-08-09 13:28:40 +02:00
__init__.py Fixed #32233 -- Cleaned-up duplicate connection functionality. 2020-12-08 08:55:44 +01:00
transaction.py Fixed #32220 -- Added durable argument to transaction.atomic(). 2020-11-27 21:43:15 +01:00
utils.py Refs #25175 -- Removed postgresql_psycopg2 in django.db.utils.load_backend(). 2021-01-06 20:15:14 +01:00