- 22 Oct, 2012 2 commits
-
-
Timothée Peignier committed
-
Timothée Peignier committed
-
- 02 Oct, 2012 1 commit
-
-
Sjoerd Arendsen committed
-
- 30 Sep, 2012 1 commit
-
-
Timothée Peignier committed
-
- 17 Sep, 2012 1 commit
-
-
Timothée Peignier committed
-
- 13 Sep, 2012 2 commits
-
-
Timothée Peignier committed
-
Timothée Peignier committed
-
- 11 Sep, 2012 1 commit
-
-
Timothée Peignier committed
-
- 05 Sep, 2012 3 commits
-
-
Timothée Peignier committed
-
Timothée Peignier committed
-
idan committed
-
- 04 Sep, 2012 2 commits
-
-
Fixed construct_asset_path for windows
Timothée Peignier committed -
in windows css_path will contain backslashes so using posixpath.dirname will not work properly. need to use os.path.dirname and then convert to posix
Idan Zalzberg committed
-
- 28 Aug, 2012 3 commits
-
-
Timothée Peignier committed
-
Timothée Peignier committed
-
Timothée Peignier committed
-
- 27 Aug, 2012 1 commit
-
-
Add -p argument to the CoffeeScript compiler
Timothée Peignier committed
-
- 26 Aug, 2012 1 commit
-
-
Nullable committed
-
- 22 Aug, 2012 2 commits
-
-
provide required argument
Timothée Peignier committed -
```` class BaseStorageFinder(BaseFinder): ... def list(self, ignore_patterns): .... ```` this class is present (and identical with regards to the list method) in both : ```` staticfiles/finders.py @215 django/contrib/staticfiles/finders.py @206 ```` Some kind of argument needs to be provided. this change prevents a yellow error screen.
Zenobius Jiricek committed
-
- 21 Aug, 2012 2 commits
-
-
Timothée Peignier committed
-
Timothée Peignier committed
-
- 15 Aug, 2012 2 commits
-
-
Timothée Peignier committed
-
Timothée Peignier committed
-
- 01 Aug, 2012 1 commit
-
-
Timothée Peignier committed
-
- 30 Jul, 2012 2 commits
-
-
Timothée Peignier committed
-
Timothée Peignier committed
-
- 27 Jul, 2012 2 commits
-
-
fix jinja2 tests
Timothée Peignier committed -
Chris Reeves committed
-
- 26 Jul, 2012 1 commit
-
-
Signed-off-by: Timothée Peignier <timothee.peignier@tryphon.org>
Chris Reeves committed
-
- 21 Jul, 2012 1 commit
-
-
Timothée Peignier committed
-
- 20 Jul, 2012 2 commits
-
-
* When the target file doesn't exist, it counts as "outdated"
Victor Shnayder committed -
* url rewriting outputs unicode, so expect unicode
Victor Shnayder committed
-
- 18 Jul, 2012 1 commit
-
-
* re.sub needs to take a unicode string, not a byte string
Victor Shnayder committed
-
- 16 Jul, 2012 1 commit
-
-
add support for slimit compressor
Timothée Peignier committed
-
- 12 Jul, 2012 1 commit
-
-
Brant Young committed
-
- 11 Jul, 2012 1 commit
-
-
http://slimit.org/Brant Young committed
-
- 07 Jul, 2012 3 commits
-
-
Timothée Peignier committed
-
fix an IOError
Timothée Peignier committed -
Melvin Laplanche committed
-