Author: lukeplant Date: 2011-09-22 14:52:00 -0700 (Thu, 22 Sep 2011) New Revision: 16889
Modified: django/trunk/docs/ref/contrib/staticfiles.txt Log: Fixed ReST errors that stopped some staticfiles docs being rendered Modified: django/trunk/docs/ref/contrib/staticfiles.txt =================================================================== --- django/trunk/docs/ref/contrib/staticfiles.txt 2011-09-22 21:09:00 UTC (rev 16888) +++ django/trunk/docs/ref/contrib/staticfiles.txt 2011-09-22 21:52:00 UTC (rev 16889) @@ -177,8 +177,9 @@ .. 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. .. django-admin-option:: -l @@ -187,8 +188,9 @@ 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` method of the configured :setting:`STATICFILES_STORAGE` storage backend. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.