django1/django/db
Simon Charette b3db6c8dcb Fixed #21204 -- Tracked field deferrals by field instead of models.
This ensures field deferral works properly when a model is involved
more than once in the same query with a distinct deferral mask.
2022-08-30 08:43:53 +02:00
..
backends Fixed #33960 -- Fixed migrations crash on SQLite < 3.26. 2022-08-29 09:55:45 +02:00
migrations Fixed #33953 -- Reverted "Fixed #33201 -- Made RenameModel operation a noop for models with db_table." 2022-08-26 06:14:44 +02:00
models Fixed #21204 -- Tracked field deferrals by field instead of models. 2022-08-30 08:43:53 +02:00
__init__.py Prevented initialization of unused database connections. 2022-03-17 07:40:57 +01:00
transaction.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
utils.py Added backward compatibility test for ConnectionHandler.databases property. 2022-05-13 12:01:07 +02:00