- 09 Dec, 2013 1 commit
-
-
Use generators and add a gzip support. Signed-off-by: Timothée Peignier <timothee.peignier@tryphon.org>
Edwin Lunando committed
-
- 07 Dec, 2013 3 commits
-
-
Timothée Peignier committed
-
Timothée Peignier committed
-
Timothée Peignier committed
-
- 06 Dec, 2013 2 commits
-
-
Timothée Peignier committed
-
Timothée Peignier committed
-
- 05 Dec, 2013 2 commits
-
-
Avoid listing all files for every finder for finding a file. This is actually a bottleneck when the directory hierarchy is nested or the number of files served in DEBUG mode is big. Since this flow is done in every request, it slows down page loading. In production environments where templates are usually cached performance doesn't get hit by this.
Miguel Araujo Perez committed -
Minor performance improvement, avoid memory relocation every time we iterate and do a string concatenation. Instead add results to a list and join them at the end.
Miguel Araujo Perez committed
-
- 29 Nov, 2013 5 commits
-
-
Timothée Peignier committed
-
Axel Haustant committed
-
Timothée Peignier committed
-
References issue #282. I added an import for `mark_safe` and wrapped the JavaScript / CSS urls in it. All tests passed.
Joshua Kehn committed -
Timothée Peignier committed
-
- 28 Nov, 2013 1 commit
-
-
Timothée Peignier committed
-
- 26 Nov, 2013 2 commits
-
-
Timothée Peignier committed
-
Timothée Peignier committed
-
- 15 Nov, 2013 2 commits
-
-
prevent pipeline from dying on Closure Compiler warnings
Timothée Peignier committed -
Rickey Visinski committed
-
- 12 Nov, 2013 1 commit
-
-
Coffeescript compiler now accepts .litcoffee and .coffee files.
Timothée Peignier committed
-
- 10 Nov, 2013 1 commit
-
-
Andrew committed
-
- 07 Nov, 2013 2 commits
-
-
Timothée Peignier committed
-
Timothée Peignier committed
-
- 31 Oct, 2013 2 commits
-
-
fixed issue #271
Timothée Peignier committed -
Stanley Yeo committed
-
- 27 Oct, 2013 1 commit
-
-
Timothée Peignier committed
-
- 26 Oct, 2013 1 commit
-
-
Update using.rst
Timothée Peignier committed
-
- 25 Oct, 2013 1 commit
-
-
we started to use django-pipeline in Borsala production servers.
Gokmen Gorgen committed
-
- 17 Oct, 2013 2 commits
-
-
Fix Python 3 compatibility
Timothée Peignier committed -
Python 3 compatibility has been lost. Readd it. finders.py: use chain to concatenate dictionaries instead of + operator. glob.py: use list compresension instead of filter and lambda. utils.py: use urllib.parse.quote instead urllib.quote if available.
Stephan Wienczny committed
-
- 29 Sep, 2013 3 commits
-
-
Remove unneeded unittest2 dep.
Timothée Peignier committed -
Michael Angeletti committed
-
Documenting the default JS template behavior w/ extra_context
Timothée Peignier committed
-
- 28 Sep, 2013 1 commit
-
-
Support for the async and defer tag attributes is not documented and requires examining the source.
chrisclark committed
-
- 12 Sep, 2013 3 commits
-
-
Include documentation sources in PyPi releases.
Timothée Peignier committed -
It is not used anywhere.
Michał Górny committed -
Michał Górny committed
-
- 02 Sep, 2013 1 commit
-
-
Timothée Peignier committed
-
- 29 Aug, 2013 2 commits
-
-
Timothée Peignier committed
-
Caio Ariede committed
-
- 26 Aug, 2013 1 commit
-
-
MinifyHTMLMiddleware should rely on PIPELINE_ENABLED, not DEBUG
Timothée Peignier committed
-