This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-11-07 07:15:35 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
296b75a3c0309a936a6c07d8f711f722e3b96e63
django
/
tests
/
constraints
History
Mariusz Felisiak
779cd28acb
Fixed
#34840
-- Avoided casting string base fields on PostgreSQL.
...
Thanks Alex Vandiver for the report. Regression in
09ffc5c121
.
2023-09-22 06:01:11 +02:00
..
__init__.py
Fixed
#11964
-- Added support for database check constraints.
2018-07-10 15:32:33 -04:00
models.py
Fixed
#34754
-- Fixed JSONField check constraints validation on NULL values.
2023-08-04 10:14:03 +02:00
tests.py
Fixed
#34840
-- Avoided casting string base fields on PostgreSQL.
2023-09-22 06:01:11 +02:00