diff options
| author | Zbigniew Siciarz <antyqjon@gmail.com> | 2014-06-05 12:31:04 +0200 |
|---|---|---|
| committer | Zbigniew Siciarz <antyqjon@gmail.com> | 2014-06-05 12:31:04 +0200 |
| commit | 52d9521354daa7a2d3a335be971459a7310dd29f (patch) | |
| tree | 5879928a346bf985c6221daf067ad9414040b92d | |
| parent | 7f27cca5c509f3a3c0e9772dec7012a1c24247c3 (diff) | |
Fixed RST syntax in 1.8 release docs.
| -rw-r--r-- | docs/releases/1.8.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index 0852acb399..30a5ab2239 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -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') |
