mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #23884 -- Moved FlatPageSitemap into django.contrib.flatpages.
This commit is contained in:
committed by
Tim Graham
parent
aa5ef0d4fc
commit
9aeb917dad
@@ -1204,6 +1204,13 @@ In Django 2.0, session verification will be enabled regardless of whether or not
|
||||
to your ``MIDDLEWARE_CLASSES`` sometime before then to opt-in. Please read the
|
||||
:ref:`upgrade considerations <session-invalidation-on-password-change>` first.
|
||||
|
||||
``django.contrib.sitemaps.FlatPageSitemap``
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
``django.contrib.sitemaps.FlatPageSitemap`` has moved to
|
||||
``django.contrib.flatpages.sitemaps.FlatPageSitemap``. The old import location
|
||||
is deprecated and will be removed in Django 1.9.
|
||||
|
||||
.. removed-features-1.8:
|
||||
|
||||
Features removed in 1.8
|
||||
|
||||
Reference in New Issue
Block a user