django1/django/db/backends/base
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
..
__init__.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
base.py Refs #33616 -- Updated BaseDatabaseWrapper.run_on_commit comment. 2022-09-06 20:50:57 +02:00
client.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
creation.py Refs #31169 -- Prevented infinite loop in tests on failures. 2022-03-04 11:21:05 +01:00
features.py Fixed #33996 -- Fixed CheckConstraint validation on NULL values. 2022-09-13 12:48:31 +02:00
introspection.py Fixed #32234 -- Made inspectdb inform about composite primary keys. 2022-06-01 08:40:44 +02:00
operations.py Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() parameters. 2022-07-06 07:40:07 +02:00
schema.py Fixed #33982 -- Fixed migrations crash when adding model with ExclusionConstraint. 2022-09-07 08:40:56 +02:00
validation.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00