summaryrefslogtreecommitdiff
path: root/docs/topics/db/multi-db.txt
AgeCommit message (Expand)Author
2019-02-25[2.2.x] Refs #29683 -- Updated multi-db docs for view permission.Tim Graham
2018-06-28Refs #29513 -- Linked the testing docs from the multi-db topic guide.Mattia Cattarinussi
2018-04-23Fixed #29349 -- Doc'd the default behavior of router.allow_relation().Stefan R. Filipek
2017-11-28Fixed #28853 -- Updated connection.cursor() uses to use a context manager.Jon Dufresne
2017-10-30Fixed 'a'/'an' mix-ups in docs.Ville Skyttä
2017-06-26Refs #23919 -- Stopped inheriting from object to define new style classes.Mariusz Felisiak
2017-03-20Removed extra characters in docs header underlines.Mariusz Felisiak
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2016-11-11Fixed typo in docs/topics/db/multi-db.txt.Jezeniel Zapanta
2016-09-01Refs #25850, #27142, #27110 -- Documented migration history consistency checks.Shai Berger
2016-09-01Refs #27164 -- Fixed typo in docs/topics/db/multi-db.txtTim Graham
2016-08-15Documented how allow_migrate() interacts with makemigrations.Timothy Allen
2016-08-05Edited multi-db topic guide for grammar and clarity.Liz Lemon
2016-02-12Fixed allow_migrate() signature in documentationMarkus Holtermann
2016-01-14Fixed #23868 -- Added support for non-unique django-admin-options in docs.Tim Graham
2015-12-29Fixed #25985 -- Updated signature of ModelAdmin.formfield_for_* to make reque...Tim Graham
2015-11-07Fixed #25681 -- Added 'default' to DATABASES example.Attila Tovt
2015-09-23Refs #24351 -- Removed support for the old allow_migrate() signature per depr...Tim Graham
2015-08-07Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede
2015-06-05Capitalized "Python" in docs.Tim Graham
2015-03-16Fixed allow_migrate() signature in router examples.Adrian Andreias
2015-02-20Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer
2015-01-10Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router.Loic Bistuer
2014-08-26Fixed #22620 -- Emphasized role of DATABASE_ROTERS in multi-db docs.Tim Graham
2014-08-19Removed unnecessary code-block directives.areski
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-05-22Fixed #22667 -- Replaced leader/follower terminology with primary/replicaFlavio Curella
2014-05-20Merge pull request #2692 from fcurella/patch-5Alex Gaynor
2014-05-20replaced occurrences of master/slave terminology with leader/followerFlavio Curella
2014-05-13Removed some references to django.contrib.comments which has been removed.Tim Graham
2014-04-10Fixed #22419 -- Typo in docs/topics/db/multi-db.txt.Tim Graham
2013-11-21Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.Loic Bistuer
2013-09-05Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.Eric Boersma
2013-08-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-07-30Implement allow_migrate for migration operationsAndrew Godwin
2013-07-30Rename allow_syncdb to allow_migrateAndrew Godwin
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-03-29Fixed #20159 -- Mispelled attribute in multi-db documentation example.Simon Charette
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-02-23Added an example of "default" database dictionary left blank; refs #19775.Tim Graham
2013-02-23Fixed #19775 - Clarified requirements of the "default" database.Tim Graham
2012-11-22Fixed #16039 -- Made post_syncdb handlers multi-db aware.Aymeric Augustin
2012-09-08Fix typo: Non -> NoneJames Bennett
2012-09-08Untabify multi-db docs.James Bennett
2012-09-08Ticket 18657: Fix inconsistent DB names in router example.James Bennett
2012-08-30Fixed #18871 - Fixed typo in multi-db docs.Tim Graham
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2011-03-29Fixed #15710 - removed "that that" typos.Timo Graham