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-03-04 06:05:02 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
/
models
History
jordanbae
4fec1d2ce3
Fixed
#34949
-- Clarified when UniqueConstraints with include/nulls_distinct are not created.
2024-01-15 13:42:02 +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
#34944
-- Made GeneratedField.output_field required.
2023-11-14 20:22:07 +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
…
options.txt
Refs
#27236
-- Removed Meta.index_together per deprecation timeline.
2023-09-18 22:12:40 +02:00
querysets.txt
Updated conditions to retrieve primary keys in bulk_create() docs.
2023-11-29 11:57:53 +01:00
relations.txt
…