Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-pipeline
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
django-pipeline
Commits
3be95793
Commit
3be95793
authored
Dec 19, 2015
by
Timothée Peignier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version
parent
42323fdd
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
35 deletions
+13
-35
HISTORY.rst
+4
-33
docs/conf.py
+2
-2
docs/installation.rst
+7
-0
No files found.
HISTORY.rst
View file @
3be95793
...
...
@@ -3,39 +3,10 @@
History
=======
1.
5.4
1.
6.0
=====
* Stop returning gzipped file when using GZIPMixin.
* Fix jinja templates packaging.
1.5.3
=====
* Fix futures import. Thanks to Mathieu Gallet.
* Make GZIPMixin returns the gziped file.
* Fix import shadowing. Thanks to Christofer Bertonha.
* Fix tests settings for Django 1.9. Thanks to Leonardo Orozco.
* Improve javascript concatenation. Thanks to Simon Lydell and Alex Gavrișco.
* Improve finder logic. Thanks to Nathan Shafer and James Keys.
* Documentation fix. Thanks to Stefano Brentegani.
1.5.2
=====
* Use smart_bytes and smart_text appropriately. Thanks to Tadas Dailyda.
* Fix outdated logic. Thanks to Tadas Dailyda.
1.5.1
=====
* Prevent collecting all static multiple times per request. Thanks to Allard Stijnman.
* Fix encoding issues. Thanks to Leonardo Orozco.
* Improve Django 1.8. Thanks to Carl Meyer.
1.5.0
=====
* Add full support for Django 1.8.
* Drop support for Django 1.6.
* Add full support for Django 1.9.
* Drop support for Django 1.7.
* Drop support for Python 2.6.
* **BACKWARD INCOMPATIBLE** : Change configuration settings.
docs/conf.py
View file @
3be95793
...
...
@@ -49,9 +49,9 @@ copyright = u'2011-2014, Timothée Peignier'
# built documents.
#
# The short X.Y version.
version
=
'1.
5
'
version
=
'1.
6
'
# The full version, including alpha/beta/rc tags.
release
=
'1.
5.4
'
release
=
'1.
6.0
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
docs/installation.rst
View file @
3be95793
...
...
@@ -64,6 +64,13 @@ To upgrade from pipeline 1.3, you will need to follow these steps:
)
Upgrading from 1.5
==================
To upgrade from pipeline 1.5, you will need update all your ``PIPELINE_*``
settings and move them under the new ``PIPELINE`` setting.
See :ref:`ref-configuration`.
Recommendations
===============
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment