Fixed #22782 -- Added i18n attr to Sitemap class

It makes possible to have your sitemap in multiple languages when
using i18n in URLs.
This commit is contained in:
Luan Pablo 2014-06-06 15:47:15 -03:00 committed by Tim Graham
parent 78c32f1caa
commit 407d070329
7 changed files with 75 additions and 2 deletions

View file

@ -232,6 +232,15 @@ Sitemap class reference
sitemap was requested is used. If the sitemap is built outside the
context of a request, the default is ``'http'``.
.. attribute:: Sitemap.i18n
.. versionadded:: 1.8
**Optional.**
A boolean attribute that defines if the URLs of this sitemap should
be generated using all of your :setting:`LANGUAGES`. The default is
``False``.
Shortcuts
=========