django1/django/db/backends
Mariusz Felisiak 3848475eeb [4.1.x] Fixed #33919 -- Fixed adding AutoFields on PostgreSQL.
Thanks Jack Calvin Brown for the report.

Regression in 2eea361eff.
Backport of 5c803bc070 from main
2022-08-12 17:31:15 +02:00
..
base [4.1.x] Fixed #33919 -- Fixed adding AutoFields on PostgreSQL. 2022-08-12 17:31:15 +02:00
dummy Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
mysql [4.1.x] Fixed collation tests on MySQL 8.0.30+. 2022-08-01 09:25:36 +02:00
oracle [4.1.x] Refs CVE-2022-34265 -- Unified DatabaseOperations._convert_*_to_tz() hook names. 2022-07-09 13:03:19 +02:00
postgresql [4.1.x] Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() parameters. 2022-07-06 09:10:41 +02:00
sqlite3 [4.1.x] Fixed #33899 -- Fixed migration crash when removing indexed field on SQLite 3.35.5+. 2022-08-08 07:26:46 +02:00
__init__.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
ddl_references.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
signals.py Fixed #31327 -- Deprecated providing_args argument for Signal. 2020-03-05 09:38:52 +01:00
utils.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00