summaryrefslogtreecommitdiff
path: root/docs/topics/db/multi-db.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2017-03-20 23:30:32 +0100
committerTim Graham <timograham@gmail.com>2017-03-20 18:31:28 -0400
commit3b4947e7ba8eed175dc7497c28a9d19da9777de5 (patch)
tree967305e05d37a7d630c8d333b80f9dc268a9f7d5 /docs/topics/db/multi-db.txt
parente0ddfa3af30e8e0328cef17fd424c4337efec58e (diff)
[1.11.x] Removed extra characters in docs header underlines.
Backport of a3af8c99d94638e0d1fc8a847b74aa6953441d55 from master
Diffstat (limited to 'docs/topics/db/multi-db.txt')
-rw-r--r--docs/topics/db/multi-db.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/multi-db.txt b/docs/topics/db/multi-db.txt
index 83ac9b7c5e..5649ce31bc 100644
--- a/docs/topics/db/multi-db.txt
+++ b/docs/topics/db/multi-db.txt
@@ -554,7 +554,7 @@ solution is to use ``db_manager()``, like this::
``db_manager()`` returns a copy of the manager bound to the database you specify.
Using ``get_queryset()`` with multiple databases
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you're overriding ``get_queryset()`` on your manager, be sure to
either call the method on the parent (using ``super()``) or do the