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:
parent
39bbd1653a
commit
ec7dde79c1
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue