4
I Use This!
Very Low Activity

Commits : Listings

Analyzed 14 days ago. based on code collected 15 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #214 from jaap3/cache_manifest More... almost 13 years ago
Merge pull request #222 from sdornan/patch-1 More... almost 13 years ago
Fix a small typo. More... almost 13 years ago
Merge pull request #220 from peterbe/patch-1 More... almost 13 years ago
As of django 1.4 b1, the default value for `STATIC_ROOT` is `''` which means `COMPRESS_ROOT` becomes `''` which is false but not None. More... almost 13 years ago
If you call `render_to_string` and pass in a `Context` instance you're supposed to use the `context_instance=` keyword argument. Otherwise it might be mistaken for the `dictionary` parameter. Docs here: https://docs.djangoproject.com/en/dev/ref/templates/api/#the-render-to-string-shortcut More... almost 13 years ago
Test that deleting the manifest (after caching) does not affect rendering. Renamed test_rendering_without_compressing_raises_exception to test_rendering_without_manifest_raises_exception. More... almost 13 years ago
On character change to build on Travis. More... almost 13 years ago
Updated travis config file to use new Python builder. More... almost 13 years ago
Added a test_requirements.txt file for creating a test env More... almost 13 years ago
Added tests for pull request #203 More... almost 13 years ago
Fixing little typos in tests More... almost 13 years ago
Fetch the manifest file only once and store the results in a module level variable. More... almost 13 years ago
Simplified the version handling further, `compressor.__version__` is now the canonical location following well defined Python best practices. More... almost 13 years ago
Actually show which COMPRESS_CSS_HASHING_METHOD has been found in the settings. More... almost 13 years ago
Merge pull request #208 from jonasvp/issue_126 More... about 13 years ago
Add tests for previous commit (issue #126) More... about 13 years ago
Fix html5lib import error More... about 13 years ago
Raise errors when running the management command even if DEBUG is False More... about 13 years ago
Fixed minor typos. More... about 13 years ago
Merge pull request #200 from diox/develop More... about 13 years ago
Update behind the scenes doc to match current offline behavior. More... about 13 years ago
Fixed minor docs issue. More... about 13 years ago
Fix the freaking exception. More... about 13 years ago
Merge branch 'develop' of github.com:jezdez/django_compressor into develop More... about 13 years ago
Re-added an import that was needed to fix #131. D'oh. Thanks to Rob Hudson's eagle eyes. More... about 13 years ago
Merge pull request #199 from PaulMcMillan/fix_datauri_docs More... about 13 years ago
Fixes the reference to CssDataUri inlining. More... about 13 years ago
Fixed a few stylistic issues and a NameError introduced in the last commit. More... about 13 years ago
Merge pull request #198 from diox/develop More... about 13 years ago