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-02-22 23:44:23 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
/
models
History
David Sanders
e14d08cd89
Fixed
#33996
-- Fixed CheckConstraint validation on NULL values.
...
Bug in 667105877e6723c6985399803a364848891513cc. Thanks James Beith for the report.
2022-09-13 12:48:31 +02:00
..
class.txt
…
conditional-expressions.txt
…
constraints.txt
Fixed
#33996
-- Fixed CheckConstraint validation on NULL values.
2022-09-13 12:48:31 +02:00
database-functions.txt
…
expressions.txt
…
fields.txt
Corrected heading level of "Registering and fetching lookups" section in docs.
2022-09-04 14:32:24 +02:00
index.txt
…
indexes.txt
…
instances.txt
Refs
#30947
-- Changed tuples to lists where appropriate.
2022-08-30 09:57:17 +02:00
lookups.txt
Fixed
#29799
-- Allowed registering lookups per field instances.
2022-09-02 10:02:24 +02:00
meta.txt
…
options.txt
…
querysets.txt
…
relations.txt
…