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-01-25 01:30:48 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
/
models
History
Nick Frazier
0d4e575c96
Fixed
#33198
-- Corrected BinaryField.max_length docs.
2021-10-18 07:27:00 +02:00
..
class.txt
…
conditional-expressions.txt
Removed versionadded/changed annotations for 3.2.
2021-09-20 21:23:01 +02:00
constraints.txt
Removed versionadded/changed annotations for 3.2.
2021-09-20 21:23:01 +02:00
database-functions.txt
Removed versionadded/changed annotations for 3.2.
2021-09-20 21:23:01 +02:00
expressions.txt
Fixed
#33141
-- Renamed Expression.empty_aggregate_value to empty_result_set_value.
2021-09-29 12:58:01 +02:00
fields.txt
Fixed
#33198
-- Corrected BinaryField.max_length docs.
2021-10-18 07:27:00 +02:00
index.txt
…
indexes.txt
Refs
#32943
-- Added support for covering SP-GiST indexes on PostgreSQL 14+.
2021-10-01 13:11:34 +02:00
instances.txt
…
lookups.txt
…
meta.txt
…
options.txt
…
querysets.txt
Fixed
#32888
-- Doc'd that select_for_update() only locks tables with selected columns.
2021-10-04 10:20:34 +02:00
relations.txt
…