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
This commit is contained in:
Luke Plant 2011-09-22 21:52:00 +00:00
parent 39bbd1653a
commit ec7dde79c1
1 changed files with 4 additions and 2 deletions

View File

@ -177,7 +177,8 @@ Some commonly used options are:
.. django-admin-option:: -c .. django-admin-option:: -c
.. django-admin-option:: --clear .. django-admin-option:: --clear
.. versionadded:: 1.4
.. versionadded:: 1.4
Clear the existing files before trying to copy or link the original file. 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. Create a symbolic link to each file instead of copying.
.. django-admin-option:: --no-post-process .. django-admin-option:: --no-post-process
.. versionadded:: 1.4
.. versionadded:: 1.4
Don't call the Don't call the
:meth:`~django.contrib.staticfiles.storage.StaticFilesStorage.post_process` :meth:`~django.contrib.staticfiles.storage.StaticFilesStorage.post_process`