summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2011-09-22 21:52:00 +0000
committerLuke Plant <L.Plant.98@cantab.net>2011-09-22 21:52:00 +0000
commitec7dde79c1cf3ea87a142ce1277b8d5b57da90e6 (patch)
tree044ca77cb7fa1b2885e2b979b003b1c22d336858 /docs/ref
parent39bbd1653a7d7b55476c529afad9d6932ee9d8ca (diff)
Fixed ReST errors that stopped some staticfiles docs being rendered
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16889 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/staticfiles.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/ref/contrib/staticfiles.txt b/docs/ref/contrib/staticfiles.txt
index ae9521051e..311d4f384f 100644
--- a/docs/ref/contrib/staticfiles.txt
+++ b/docs/ref/contrib/staticfiles.txt
@@ -177,7 +177,8 @@ Some commonly used options are:
.. django-admin-option:: -c
.. django-admin-option:: --clear
-.. versionadded:: 1.4
+
+ .. versionadded:: 1.4
Clear the existing files before trying to copy or link the original file.
@@ -187,7 +188,8 @@ Some commonly used options are:
Create a symbolic link to each file instead of copying.
.. django-admin-option:: --no-post-process
-.. versionadded:: 1.4
+
+ .. versionadded:: 1.4
Don't call the
:meth:`~django.contrib.staticfiles.storage.StaticFilesStorage.post_process`