mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #32233 -- Cleaned-up duplicate connection functionality.
This commit is contained in:
parent
0f00560d45
commit
98e05ccde4
9 changed files with 143 additions and 147 deletions
|
@ -74,7 +74,7 @@ example ``settings.py`` snippet defining two non-default databases, with the
|
|||
|
||||
If you attempt to access a database that you haven't defined in your
|
||||
:setting:`DATABASES` setting, Django will raise a
|
||||
``django.db.utils.ConnectionDoesNotExist`` exception.
|
||||
``django.utils.connection.ConnectionDoesNotExist`` exception.
|
||||
|
||||
.. _synchronizing_multiple_databases:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue