django1/django/db/backends
Mariusz Felisiak 30613d6a74
Fixed #33408 -- Fixed adding nullable unique fields on SQLite.
Regression in 2f73e5406d.

Thanks Alan Crosswell for the report.
2022-01-04 05:50:00 +01:00
..
base Fixed #33340 -- Fixed unquoted column names in queries used by DatabaseCache. 2021-12-09 11:16:04 +01:00
dummy Removed DatabaseIntrospection.get_key_columns(). 2021-11-10 16:38:43 +01:00
mysql Updated various links to HTTPS and new locations. 2021-12-02 11:27:29 +01:00
oracle Refs #33355 -- Added missing tests for database functions and expression on null values. 2021-12-22 11:46:18 +01:00
postgresql Refs #32355 -- Bumped required psycopg2 version to 2.8.4. 2021-12-22 20:32:55 +01:00
sqlite3 Fixed #33408 -- Fixed adding nullable unique fields on SQLite. 2022-01-04 05:50:00 +01:00
__init__.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
ddl_references.py Fixed #33194 -- Fixed migrations when altering a field with functional indexes/unique constraints on SQLite. 2021-10-18 08:25:23 +02:00
signals.py Fixed #31327 -- Deprecated providing_args argument for Signal. 2020-03-05 09:38:52 +01:00
utils.py Fixed #33279 -- Fixed handling time zones with "-" sign in names. 2021-11-12 07:30:02 +01:00