django/django/db
Bruce Cutler a7f398ae59 [4.1.x] Fixed #33773 -- Made Index with multiple fields respect DEFAULT_INDEX_TABLESPACE.
Thanks to Simon Charette for locating where issue lay.

Backport of de1c8320ce from main
2022-06-13 08:49:35 +02:00
..
backends [4.1.x] Fixed #33773 -- Made Index with multiple fields respect DEFAULT_INDEX_TABLESPACE. 2022-06-13 08:49:35 +02:00
migrations [4.1.x] Fixed #31788 -- Fixed migration optimization after altering field to ManyToManyField. 2022-06-02 12:11:06 +02:00
models [4.1.x] Fixed #33705 -- Fixed crash when using IsNull() lookup in filters. 2022-05-19 07:52:44 +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