Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
removed note about django < 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam committed Jan 6, 2016
1 parent 46321c4 commit c38aaef
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@ to your ``INSTALLED_APPS``:
'collectfast',
)
For Django 1.7+, ``'collectfast'`` should come before
``'django.contrib.staticfiles'``. For Django versions below 1.7, it
should come after ``'django.contrib.staticfiles'``. Please note, that
failure to do so will cause Django to use
``'collectfast'`` should come before ``'django.contrib.staticfiles'``.
Please note, that failure to do so will cause Django to use
``django.contrib.staticfiles``'s ``collectstatic``.

**Note:** ``preload_metadata`` of the storage class will be overwritten
Expand Down

0 comments on commit c38aaef

Please sign in to comment.