This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
docs
/
topics
/
db
History
Tim Graham
ca2c5508be
[1.9.x]
Fixed
#25455
-- Optimized dictfetchall() example.
...
Thanks aklim007 for the suggestion. Backport of 361f60479d1890e8144fc254d7389a67b35725e9 from master
2015-09-24 13:19:17 -04:00
..
examples
Fixed typo in docs/topics/db/examples/one_to_one.txt
2015-09-23 13:31:14 -04:00
aggregation.txt
Fixed
#25355
-- Made two tweaks to docs/topics/db/aggregation.txt.
2015-09-05 10:19:38 -04:00
index.txt
Fixed
#17605
: Restored deleted query documentation that used to live in doctests. Thanks zsiciarz for work on the patch.
2012-03-14 22:16:46 +00:00
managers.txt
Fixed
#25205
-- Removed doc references to deprecated GeoManager class.
2015-08-11 10:14:44 -04:00
models.txt
Fixed
#21127
-- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
2015-07-27 18:28:13 -04:00
multi-db.txt
Fixed
#25175
-- Renamed the postgresql_psycopg2 database backend to postgresql.
2015-08-07 09:33:17 -04:00
optimization.txt
Updated Wikipedia links to use https
2015-08-08 12:02:32 +02:00
queries.txt
Tweak some examples.
2015-08-22 20:25:42 +02:00
sql.txt
[1.9.x]
Fixed
#25455
-- Optimized dictfetchall() example.
2015-09-24 13:19:17 -04:00
tablespaces.txt
Updated Wikipedia links to use https
2015-08-08 12:02:32 +02:00
transactions.txt
Fixed
#24921
-- set_autocommit(False) + ORM queries.
2015-09-21 22:21:53 +02:00