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 17:49:52 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
/
models
History
Nick Pope
194d1dfc18
Fixed
#30661
-- Added models.SmallAutoField.
2019-08-02 11:39:01 +02:00
..
class.txt
…
conditional-expressions.txt
Changed tuple choices to list in docs.
2019-05-15 14:31:42 +02:00
constraints.txt
Refs
#30547
-- Clarified that partial UniqueConstraints don't affect model validation.
2019-07-18 12:56:25 +02:00
database-functions.txt
…
expressions.txt
Fixed
#30486
-- Fixed the default value of Aggregate.distinct and updated example of custom aggregate functions.
2019-06-11 11:40:48 +02:00
fields.txt
Fixed
#30661
-- Added models.SmallAutoField.
2019-08-02 11:39:01 +02:00
index.txt
…
indexes.txt
Fixed
#30397
-- Added app_label/class interpolation for names of indexes and constraints.
2019-07-08 14:57:56 +02:00
instances.txt
Removed unnecessary backslashes from docs.
2019-06-20 14:04:36 +02:00
lookups.txt
…
meta.txt
…
options.txt
Refs
#29548
-- Updated docs for MariaDB support.
2019-05-27 19:59:49 +02:00
querysets.txt
Fixed
#30665
-- Added support for distinct argument to Avg() and Sum().
2019-07-31 11:22:50 +02:00
relations.txt
…