This website requires JavaScript.
Explore
Help
Sign In
source
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2026-02-09 02:49:25 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
20c71f6b91324cf401056c72136c14e0ec2bf7bf
django
/
tests
/
constraints
History
Mariusz Felisiak
b6bb2f8099
[4.2.x] Refs
#34840
-- Fixed test_validate_nullable_textfield_with_isnull_true() on databases that don's support table check constraints.
...
Thanks Tim Graham for the report. Backport of
9fd3a0ffc8
from main
2023-10-12 20:02:26 +02:00
..
__init__.py
Fixed
#11964
-- Added support for database check constraints.
2018-07-10 15:32:33 -04:00
models.py
[4.2.x]
Fixed
#34754
-- Fixed JSONField check constraints validation on NULL values.
2023-08-04 10:58:53 +02:00
tests.py
[4.2.x] Refs
#34840
-- Fixed test_validate_nullable_textfield_with_isnull_true() on databases that don's support table check constraints.
2023-10-12 20:02:26 +02:00