Skip to content

Releases: rykener/django-manifest-loader

v1: Can use outside templates

07 Jan 16:24
Compare
Choose a tag to compare

The major change introduced in this version is the ability to use the manifest and manifest_match tags outside Django templates. This allows them to be used anywhere in your Django app, including Jinja2 templates.

Custom Loaders

28 Dec 17:45
3ec8adb
Compare
Choose a tag to compare

This release adds support for custom loaders as well as more complete documentation using sphinx.

messed up last release

05 Dec 22:50
Compare
Choose a tag to compare

the previous release didn't have the latest version of files. opps. Try this one instead.

Refactor, allow context variables instead of strings only.

12 Nov 22:12
24ea045
Compare
Choose a tag to compare
Merge pull request #18 from shonin/var

Allow variables to pass into the manifest template tag

Initial Release

07 Oct 15:28
dcb5063
Compare
Choose a tag to compare

Introducing Django Manifest Loader.