Skip to content

Commit d233520

Browse files
committed
Update documentation versions.
1 parent 1e41882 commit d233520

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/installation.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,28 +29,28 @@ Installation
2929

3030

3131
.. note::
32-
You need to use ``Django>=1.6`` to be able to use this version of pipeline.
32+
You need to use ``Django>=1.7`` to be able to use this version of pipeline.
3333

3434
.. _GitHub: http://github.com/cyberdelia/django-pipeline
3535
.. _PyPI: http://pypi.python.org/pypi/django-pipeline
3636

37-
Upgrading to 1.4
37+
Upgrading from 1.3
3838
================
3939

40-
To upgrade to pipeline 1.4, you will need to follow theses steps:
40+
To upgrade from pipeline 1.3, you will need to follow theses steps:
4141

4242
1. Update templates to use the new syntax
4343

4444
.. code-block:: python
45-
45+
4646
{# pipeline<1.4 #}
4747
{% load compressed %}
4848
{% compressed_js 'group' %}
4949
{% compressed_css 'group' %}
5050
5151
.. code-block:: python
52-
53-
{# pipeline=1.4 #}
52+
53+
{# pipeline>=1.4 #}
5454
{% load pipeline %}
5555
{% javascript 'group' %}
5656
{% stylesheet 'group' %}
@@ -72,4 +72,3 @@ Yuglify wraps UglifyJS and cssmin, applying the default YUI configurations to th
7272
It can be downloaded from: https://github.com/yui/yuglify/.
7373
7474
If you do not install yuglify, make sure to disable the compressor in your settings.
75-

0 commit comments

Comments
 (0)