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-30 03:59:19 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
topics
/
db
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
..
examples
…
aggregation.txt
…
index.txt
…
instrumentation.txt
Used time.monotonic() instead of time.time() where applicable.
2019-05-08 18:34:22 +02:00
managers.txt
Changed tuple choices to list in docs.
2019-05-15 14:31:42 +02:00
models.txt
Fixed
#30505
-- Doc'd how changes in the order of Field.choices affect migrations.
2019-06-04 14:11:41 +02:00
multi-db.txt
…
optimization.txt
Fixed
#30419
-- Favored Meta.indexes over Meta.index_together in optimization docs.
2019-05-22 07:34:54 +02:00
queries.txt
Fixed
#30365
-- Fixed syntax highlighting in SQL examples.
2019-04-23 12:37:50 +02:00
search.txt
…
sql.txt
…
tablespaces.txt
Refs
#29548
-- Updated docs for MariaDB support.
2019-05-27 19:59:49 +02:00
transactions.txt
…