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
noFFENSE
5cd1385356
Fixed
#34242
-- Doc'd that primary key is set to None when deleting objects.
2023-01-20 09:36:36 +01:00
..
class.txt
…
conditional-expressions.txt
…
constraints.txt
…
database-functions.txt
…
expressions.txt
Refs
#33543
-- Made Expression.asc()/desc() and OrderBy raise ValueError when nulls_first/nulls_last=False is passed.
2023-01-17 11:49:15 +01:00
fields.txt
Fixed
#34242
-- Doc'd that primary key is set to None when deleting objects.
2023-01-20 09:36:36 +01:00
index.txt
…
indexes.txt
…
instances.txt
Fixed
#34242
-- Doc'd that primary key is set to None when deleting objects.
2023-01-20 09:36:36 +01:00
lookups.txt
…
meta.txt
…
options.txt
…
querysets.txt
Refs
#29984
-- Made QuerySet.iterator() without chunk_size raise ValueError after prefetch_related().
2023-01-17 11:49:15 +01:00
relations.txt
…