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 15:34:50 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
/
models
History
Vyacheslav Dmitriev
b126f69416
Refs
#30052
-- Clarified that defer() and only() do not work with aggregated fields.
2023-07-20 14:02:17 -03:00
..
class.txt
…
conditional-expressions.txt
…
constraints.txt
Fixed
#34701
-- Added support for NULLS [NOT] DISTINCT on PostgreSQL 15+.
2023-07-19 21:42:27 +02:00
database-functions.txt
…
expressions.txt
…
fields.txt
…
index.txt
…
indexes.txt
…
instances.txt
Fixed
#30382
-- Allowed specifying parent classes in force_insert of Model.save().
2023-06-29 21:52:52 +02:00
lookups.txt
…
meta.txt
…
options.txt
…
querysets.txt
Refs
#30052
-- Clarified that defer() and only() do not work with aggregated fields.
2023-07-20 14:02:17 -03:00
relations.txt
…