Kaydet (Commit) 52d95213 authored tarafından Zbigniew Siciarz's avatar Zbigniew Siciarz

Fixed RST syntax in 1.8 release docs.

üst 7f27cca5
......@@ -333,7 +333,7 @@ path being reversed to be imported. This behavior has also resulted in a
for reversing instead.
If you are using :mod:`django.contrib.sitemaps`, add the ``name`` argument to
the ``url`` that references :func:`django.contrib.sitemaps.views.sitemap`:
the ``url`` that references :func:`django.contrib.sitemaps.views.sitemap`::
url(r'^sitemap\.xml$', 'django.contrib.sitemaps.views.sitemap',
{'sitemaps': sitemaps}, name='django.contrib.sitemaps.views.sitemap')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment