index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
db
/
multi-db.txt
Age
Commit message (
Expand
)
Author
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-03-29
Fixed #20159 -- Mispelled attribute in multi-db documentation example.
Simon Charette
2013-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2013-02-23
Added an example of "default" database dictionary left blank; refs #19775.
Tim Graham
2013-02-23
Fixed #19775 - Clarified requirements of the "default" database.
Tim Graham
2012-11-22
Fixed #16039 -- Made post_syncdb handlers multi-db aware.
Aymeric Augustin
2012-09-08
Fix typo: Non -> None
James Bennett
2012-09-08
Untabify multi-db docs.
James Bennett
2012-09-08
Ticket 18657: Fix inconsistent DB names in router example.
James Bennett
2012-08-30
Fixed #18871 - Fixed typo in multi-db docs.
Tim Graham
2012-06-07
Removed references to changes made in 1.2.
Aymeric Augustin
2011-03-29
Fixed #15710 - removed "that that" typos.
Timo Graham
2011-03-26
Fixed #15687 -- Fixed small typo in multidb docs. Thanks, jonash
Adrian Holovaty
2011-03-03
Corrected some typos from r14673.
Russell Keith-Magee
2010-12-16
Fixed it's -> its in multi-db.txt
Adrian Holovaty
2010-11-21
Fixed #11108 -- added ModelAdmin.delete_model, a hook with which to perform c...
Alex Gaynor
2010-08-30
Fixed #13759 - Multi-db docs have an example that isn't syntax highlighting
Luke Plant
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-05-09
Fixed #13316 -- Added clarifying note about cross-database relations.
Russell Keith-Magee
2010-05-08
Fixed #13428 -- Corrected the allow_relation behavior of and example router. ...
Russell Keith-Magee
2010-03-10
Refs #12767 -- Modified the multi-db docs to remove the implication that cont...
Russell Keith-Magee
2010-03-08
Fixed #12941 -- Added documentation for the connections dictionary. Thanks to...
Russell Keith-Magee
2010-02-21
Fixed #12897 - Typo in multi-db docs. Thanks fgutierrez.
Jannis Leidel
2010-01-28
Fixed #12715 -- Clarified the docs on the usage of database routers, especial...
Russell Keith-Magee
2010-01-27
Made the database master router tolerant of router definitions that omit indi...
Russell Keith-Magee
2010-01-25
Removed some stray content from the multi-db docs. Thanks to Yuri Baburov for...
Russell Keith-Magee
2010-01-25
Fixed #12672 -- Added the ability to configure which applications are availab...
Russell Keith-Magee
2010-01-23
Fixed #12668 -- Corrected some typos in the multi-db docs. Thanks to mattimus...
Russell Keith-Magee
2010-01-22
Fixed #12540, #12541 -- Added database routers, allowing for configurable dat...
Russell Keith-Magee
2010-01-09
Edited docs/topics/db/multi-db.txt
Adrian Holovaty
2010-01-07
Added docs on how syncdb and other management commands interact with multi-db.
Russell Keith-Magee
2009-12-25
Fixed #12447 -- Corrected a bad example in the multi-db docs. Thanks to Bryan...
Russell Keith-Magee
2009-12-24
Fixed #12426 -- Corrected typo in multi-db docs. Thanks to btbytes for the re...
Russell Keith-Magee
2009-12-22
Documentation markup fixes.
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee