1
0
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:
Berker Peksag
2014-12-08 01:21:07 +02:00
committed by Tim Graham
parent aa5ef0d4fc
commit 9aeb917dad
9 changed files with 135 additions and 8 deletions

View File

@@ -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