- Tested with Django 1.8. Needs django-compressor >= 1.5. - Tested with Python 3.4
1.7
----------------
- Add a url generator template tag for use in custom html tags
1.6.2
------------------
- Django 1.7 compatible version
1.6
----------------
- Custom Compressor filter for smarter asset linking (12)
1.5
----------------
- Freeze the requirements about Django
1.4
----------------
- Adds update_themefolder_from_git django command. - Checks we have lookup before trying to load corresponding templates. - Does not fail if no lookup but return if expect an url like string or None if check if a corresponding resource exists. - Adds templatetags tests.