django1/django/db/backends
David Sanders e14d08cd89 Fixed #33996 -- Fixed CheckConstraint validation on NULL values.
Bug in 667105877e.

Thanks James Beith for the report.
2022-09-13 12:48:31 +02:00
..
base Fixed #33996 -- Fixed CheckConstraint validation on NULL values. 2022-09-13 12:48:31 +02:00
dummy Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
mysql Fixed #31335 -- Fixed removing composed composed Meta constraints/indexes on foreign keys on MySQL. 2022-09-13 10:38:57 +02:00
oracle Fixed #33996 -- Fixed CheckConstraint validation on NULL values. 2022-09-13 12:48:31 +02:00
postgresql Fixed #33932 -- Fixed altering AutoFields to OneToOneField on PostgreSQL. 2022-08-17 17:06:00 +02:00
sqlite3 Fixed #33960 -- Fixed migrations crash on SQLite < 3.26. 2022-08-29 09:55:45 +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