django1/django/db
Mariusz Felisiak 88dba2e3fd
Fixed collation tests on MySQL 8.0.30+.
The utf8_ collations are renamed to utf8mb3_* on MySQL 8.0.30+.
2022-07-27 21:36:25 +02:00
..
backends Fixed collation tests on MySQL 8.0.30+. 2022-07-27 21:36:25 +02:00
migrations Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle the deprecation of migration operations." 2022-07-26 11:41:19 +02:00
models Refs #32948, Refs #32946 -- Used Q.create() internally for dynamic Q() objects. 2022-07-27 10:06:24 +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