0
0
mirror of https://github.com/django/django.git synced 2024-11-29 22:56:46 +01:00
django/docs/topics/db
James Bennett 5d1f09f450 Ticket 18657: Fix inconsistent DB names in router example.
This rewrites the entire example to use the same DB names throughout,
and also is hopefully a bit more sensibly described. Additionally, the
missing import of the random module for choosing a read slave is
included in the example now.
2012-09-08 16:02:00 -04:00
..
examples Avoided mixing dates and datetimes in the examples. 2012-09-08 11:00:04 -04:00
aggregation.txt
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
models.txt Fixed #18637 - Updated some documentation for aspects of models that are ModelForm specific, not admin specific. 2012-08-21 17:38:16 -04:00
multi-db.txt Ticket 18657: Fix inconsistent DB names in router example. 2012-09-08 16:02:00 -04:00
optimization.txt [py3] Replaced __nonzero__ by __bool__ 2012-08-08 15:02:31 +02:00
queries.txt Avoided mixing dates and datetimes in the examples. 2012-09-08 11:00:04 -04:00
sql.txt Removed references to changes made in 1.2. 2012-06-07 15:02:35 +02:00
tablespaces.txt
transactions.txt Fixed a misplaced Sphinx reference. 2012-07-14 12:32:39 +02:00