- 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 3 commits
-
-
MinifyHTMLMiddleware should rely on PIPELINE_ENABLED, not DEBUG
Timothée Peignier committed -
Caio Ariede committed
-
Caio Ariede committed
-
- 24 Aug, 2013 2 commits
-
-
Timothée Peignier committed
-
Danielle Madeley committed
-
- 28 Jul, 2013 3 commits
-
-
Timothée Peignier committed
-
Compiler was writing new content to files on paths that wasn't findable by the compressor. Fixes #228
Timothée Peignier committed -
Recalculate content-length
Timothée Peignier committed
-
- 27 Jul, 2013 1 commit
-
-
Added tests to make sure when a response is compressed the 'Content-Length' header is included in the response, otherwise the client (curl for example) will be confused about the content length
Camilo Nova committed
-
- 26 Jul, 2013 1 commit
-
-
It is needed according to https://github.com/django/django/blob/master/django/middleware/gzip.py#L46
Camilo Nova committed
-
- 25 Jul, 2013 2 commits
-
-
Make sure the prefix and first part of name are equivalent. close #226
Timothée Peignier committed -
brianm committed
-
- 21 Jul, 2013 4 commits
-
-
Timothée Peignier committed
-
Timothée Peignier committed
-
Timothée Peignier committed
-
Timothée Peignier committed
-
- 17 Jul, 2013 2 commits
-
-
Don't install "tests.tests" package
Timothée Peignier committed -
Andrew Grigorev committed
-
- 25 Jun, 2013 3 commits
-
-
Timothée Peignier committed
-
Timothée Peignier committed
-
ensure file globing is deterministic
Timothée Peignier committed
-
- 24 Jun, 2013 1 commit
-
-
A small change to ensure the order of filenames returned from glob() is deterministic. This is required to provide consistant file order (and therefore minified file version hashs) when running collectstatic on multiple servers.
Adam Charnock committed
-
- 20 Jun, 2013 1 commit
-
-
packaging fix for tests
Timothée Peignier committed
-
- 10 Jun, 2013 1 commit
-
-
Fix #228 - Compiler was writing new content to files on paths that wasn't findable by the compressor.
Hannes Ljungberg committed
-
- 31 May, 2013 1 commit
-
-
Also picks up some missing files in tests/assets and tests/assets2
Mike Gilbert committed
-
- 27 May, 2013 1 commit
-
-
Timothée Peignier committed
-