Skip to content

Commit 1f78607

Browse files
committed
Merge pull request #429 from kronion/master
Update installation.rst
2 parents aecd8b8 + 3b8d2ca commit 1f78607

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/installation.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,18 @@ Upgrading to 1.4
3939

4040
To upgrade to pipeline 1.4, you will need to follow theses steps:
4141

42-
1. Rewrite all templates like follow
42+
1. Update templates to use the new syntax
4343

4444
.. code-block:: python
4545
46+
{# pipeline<1.4 #}
4647
{% load compressed %}
4748
{% compressed_js 'group' %}
4849
{% compressed_css 'group' %}
4950
5051
.. code-block:: python
51-
52+
53+
{# pipeline=1.4 #}
5254
{% load pipeline %}
5355
{% javascript 'group' %}
5456
{% stylesheet 'group' %}

0 commit comments

Comments
 (0)