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 07:24:59 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
/
models
History
David Wobrock
a320aab512
Fixed
#16211
-- Added logical NOT support to F expressions.
2022-10-31 09:55:51 +01:00
..
class.txt
…
conditional-expressions.txt
…
constraints.txt
Refs
#34059
-- Doc'd lack of support for validation of constraints with JSONFields.
2022-10-12 11:50:13 +02:00
database-functions.txt
Updated UTC uses to datetime.timezone.utc in docs.
2022-10-20 15:52:45 -07:00
expressions.txt
Fixed
#16211
-- Added logical NOT support to F expressions.
2022-10-31 09:55:51 +01:00
fields.txt
Clarified how to reference RelatedObjectDoesNotExist exceptions.
2022-10-01 16:42:10 +02:00
index.txt
…
indexes.txt
…
instances.txt
Refs
#34059
-- Doc'd lack of support for validation of constraints with JSONFields.
2022-10-12 11:50:13 +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
Fixed typo in docs/ref/models/querysets.txt.
2022-10-21 16:02:39 +01:00
relations.txt
…