mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +00:00
Removed some references to django.contrib.comments which has been removed.
This commit is contained in:
parent
c501662f3c
commit
57296b4162
2 changed files with 2 additions and 8 deletions
|
|
@ -675,8 +675,8 @@ how you can split these models across databases:
|
|||
- ``auth`` models — ``User``, ``Group`` and ``Permission`` — are linked
|
||||
together and linked to ``ContentType``, so they must be stored in the same
|
||||
database as ``ContentType``.
|
||||
- ``admin`` and ``comments`` depend on ``auth``, so their models must be in
|
||||
the same database as ``auth``.
|
||||
- ``admin`` depends on ``auth``, so their models must be in the same database
|
||||
as ``auth``.
|
||||
- ``flatpages`` and ``redirects`` depend on ``sites``, so their models must be
|
||||
in the same database as ``sites``.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue