mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed #22419 -- Typo in docs/topics/db/multi-db.txt.
Thanks Josh Kupershmidt.
This commit is contained in:
parent
ee837b9a22
commit
c487b1e230
1 changed files with 1 additions and 1 deletions
|
@ -699,6 +699,6 @@ connecting to external databases. Therefore, it's recommended:
|
|||
|
||||
.. warning::
|
||||
|
||||
If you're synchronizing content types to more that one database, be aware
|
||||
If you're synchronizing content types to more than one database, be aware
|
||||
that their primary keys may not match across databases. This may result in
|
||||
data corruption or data loss.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue