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-15 20:08:48 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
/
models
History
Adam Johnson
7ba6c9edc5
Fixed
#28011
-- Corrected Field.hidden docs.
2024-02-17 17:17:23 +01:00
..
class.txt
…
conditional-expressions.txt
…
constraints.txt
Fixed
#34949
-- Clarified when UniqueConstraints with include/nulls_distinct are not created.
2024-01-15 13:42:02 +01:00
database-functions.txt
Added missing pycon directives in various docs.
2023-10-25 12:27:27 +02:00
expressions.txt
Fixed
#29049
-- Added slicing notation to F expressions.
2023-12-30 08:24:30 +01:00
fields.txt
Fixed
#28011
-- Corrected Field.hidden docs.
2024-02-17 17:17:23 +01:00
index.txt
…
indexes.txt
…
instances.txt
Fixed
#28344
-- Allowed customizing queryset in Model.refresh_from_db()/arefresh_from_db().
2024-01-15 10:55:14 +01:00
lookups.txt
Refs
#22936
-- Doc'd Lookup.prepare_rhs.
2023-10-05 15:26:02 +02:00
meta.txt
Fixed
#28011
-- Corrected Field.hidden docs.
2024-02-17 17:17:23 +01:00
options.txt
…
querysets.txt
Updated conditions to retrieve primary keys in bulk_create() docs.
2023-11-29 11:57:53 +01:00
relations.txt
…