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-27 02:29:55 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
/
models
History
Caio Ariede
5248abe9b0
Fixed
#30505
-- Doc'd how changes in the order of Field.choices affect migrations.
2019-06-04 14:11:41 +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
#30062
-- Corrected UniqueConstraint signature in docs.
2019-05-20 10:52:57 +02:00
database-functions.txt
…
expressions.txt
Fixed typo in expression documentation.
2019-05-16 16:03:27 +02:00
fields.txt
Fixed
#30505
-- Doc'd how changes in the order of Field.choices affect migrations.
2019-06-04 14:11:41 +02:00
index.txt
…
indexes.txt
…
instances.txt
Fixed
#30491
-- Clarified when save() on object with pk executes INSERT.
2019-05-28 11:02:26 +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
#30199
-- Adjusted QuerySet.get_or_create() docs to highlight atomicity warning.
2019-05-17 12:23:10 +02:00
relations.txt
Fixed
#26678
-- Doc'd that RelatedManager.add()/remove()/set() accepts the field the relation points to.
2019-05-07 08:55:45 +02:00