django/django/db
2023-07-22 20:13:42 +02:00
..
backends Refs #24686 -- Made AlterField operation a noop when renaming related model with db_table. 2023-07-22 20:13:42 +02:00
migrations Fixed #34716 -- Fixed serialization of nested class methods in migrations. 2023-07-18 05:27:40 +02:00
models Refs #34362 -- Added get_child_with_renamed_prefix() hook. 2023-07-21 09:33:16 +02:00
__init__.py Prevented initialization of unused database connections. 2022-03-17 07:40:57 +01:00
transaction.py Fixed #23353 -- Used "raise from" when raising TransactionManagementError. 2022-10-03 06:08:54 +02:00
utils.py Added backward compatibility test for ConnectionHandler.databases property. 2022-05-13 12:01:07 +02:00