Ticket #8995: patch_1_sitemaps_https_documentation.diff
File patch_1_sitemaps_https_documentation.diff, 1.4 KB (added by , 13 years ago) |
---|
-
docs/releases/1.4.txt
340 340 be able to retrieve a translation string without displaying it but setting 341 341 a template context variable instead. 342 342 343 * The :doc:`Sitemaps <ref/contrib/sitemaps>` framework can now handle links 344 that use https protocol using the new class attribute 345 :attr:`Sitemap.protocol` attribute. 346 343 347 .. _backwards-incompatible-changes-1.4: 344 348 345 349 Backwards incompatible changes in 1.4 -
docs/ref/contrib/sitemaps.txt
161 161 the ``get_absolute_url()`` method on each object as returned by 162 162 :attr:`~Sitemap.items()`. 163 163 164 To specify a protocol other than http use 165 :attr:`~Sitemap.protocol` below. 166 164 167 .. attribute:: Sitemap.lastmod 165 168 166 169 **Optional.** Either a method or attribute. … … 193 196 * ``'yearly'`` 194 197 * ``'never'`` 195 198 199 .. attribute:: Sitemap.protocol 200 201 **Optional.** the protocol part of the URI, defaults to ``'http'``. 202 203 .. versionadded:: 1.4 204 205 196 206 .. method:: Sitemap.priority 197 207 198 208 **Optional.** Either a method or attribute.