summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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`