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-24 00:55:17 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
topics
/
db
History
Irindu Indeera
babe9e64a6
Fixed
#28352
-- Corrected QuerySet.values_list() return type in docs examples.
2017-07-11 14:15:17 -04:00
..
examples
…
aggregation.txt
Fixed
#28233
-- Used a simpler example in the aggregation "cheat sheet" docs.
2017-06-06 16:11:48 -04:00
index.txt
…
managers.txt
Refs
#23919
-- Replaced super(ClassName, self) with super() in docs.
2017-01-25 11:53:05 -05:00
models.txt
Fixed
#28352
-- Corrected QuerySet.values_list() return type in docs examples.
2017-07-11 14:15:17 -04:00
multi-db.txt
Refs
#23919
-- Stopped inheriting from object to define new style classes.
2017-06-26 10:30:31 -04:00
optimization.txt
…
queries.txt
Added missing import in docs/topics/db/queries.txt.
2017-07-04 20:18:04 -04:00
search.txt
…
sql.txt
…
tablespaces.txt
Fixed
#28046
-- Added the db_tablespace parameter to class-based indexes.
2017-06-27 21:15:15 +02:00
transactions.txt
…