summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-08-31 23:17:37 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-08-31 23:17:37 +0000
commitfe9a21b243d5763d7b8d58fb17925d3928704da9 (patch)
tree4bbc90625cd8ac8b8745729331b6cdfdca8e20e5 /docs
parentcea1fcc0d152384e28550d28934254754cf4fad7 (diff)
Added 'New in Django development version' to docs/sitemaps.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3696 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/sitemaps.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/sitemaps.txt b/docs/sitemaps.txt
index d22418eac2..ac328d05e7 100644
--- a/docs/sitemaps.txt
+++ b/docs/sitemaps.txt
@@ -2,6 +2,8 @@
The sitemap framework
=====================
+**New in Django development version**.
+
Django comes with a high-level sitemap-generating framework that makes
creating `Google Sitemap`_ XML files easy.