Opened 15 years ago
Closed 15 years ago
#12715 closed (fixed)
please explain how to set up a default routing scheme
Reported by: | Chris Curvey | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.2-alpha |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
On http://docs.djangoproject.com/en/dev/topics/db/multi-db/ , it says....
The easiest way to use multiple databases is to set up a database routing scheme. The default routing scheme ensures that objects remain 'sticky' to their original database
But then there's nothing about how to set up the default scheme. (If you don't have to do anything to use the default scheme, a note to that effect would be great.)
Note:
See TracTickets
for help on using tickets.
(In [12335]) Fixed #12715 -- Clarified the docs on the usage of database routers, especially regarding the default routing scheme. Thanks to Chris Curvey for the suggestion.