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-02-21 23:05:09 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
topics
/
db
History
Tim Graham
91a431f48c
Fixed
#10045
-- Corrected docs about .annotate()/.filter() ordering.
...
Thanks Josh, Anssi, and Carl for reviews and advice.
2015-11-12 12:29:59 -05:00
..
examples
Fixed
#25550
-- Deprecated direct assignment to the reverse side of a related set.
2015-10-27 07:57:15 -04:00
aggregation.txt
Fixed
#10045
-- Corrected docs about .annotate()/.filter() ordering.
2015-11-12 12:29:59 -05:00
index.txt
…
managers.txt
…
models.txt
Fixed typo in docs/topics/db/models.txt.
2015-10-31 08:53:00 -04:00
multi-db.txt
Fixed
#25681
-- Added 'default' to DATABASES example.
2015-11-07 11:09:31 +01:00
optimization.txt
…
queries.txt
Fixed
#25550
-- Deprecated direct assignment to the reverse side of a related set.
2015-10-27 07:57:15 -04:00
sql.txt
…
tablespaces.txt
…
transactions.txt
…