From ec7dde79c1cf3ea87a142ce1277b8d5b57da90e6 Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Thu, 22 Sep 2011 21:52:00 +0000 Subject: [PATCH] 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 --- docs/ref/contrib/staticfiles.txt | 6 ++++-- 1 file 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`