mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +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
|
@ -404,12 +404,6 @@ Here's how Django uses the sites framework:
|
|||
redirect object is associated with a particular site. When Django searches
|
||||
for a redirect, it takes into account the current site.
|
||||
|
||||
* In the comments framework, each comment is associated with a particular
|
||||
site. When a comment is posted, its
|
||||
:class:`~django.contrib.sites.models.Site` is set to the current site,
|
||||
and when comments are listed via the appropriate template tag, only the
|
||||
comments for the current site are displayed.
|
||||
|
||||
* In the :mod:`flatpages framework <django.contrib.flatpages>`, each
|
||||
flatpage is associated with a particular site. When a flatpage is created,
|
||||
you specify its :class:`~django.contrib.sites.models.Site`, and the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue