Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jinja autoload filters #30

Merged
merged 3 commits into from Nov 8, 2012
Merged

Commits on Sep 29, 2012

  1. When autoloading jinja filters use the special __all__ module variabl…

    …e to import the filters, if it is not defined then just import any defined callables.
    clsdaniel committed Sep 29, 2012
    Copy the full SHA
    7cc62f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2012

  1. @beaker_cache was not available inside the deacorators module while i…

    …t should have been
    amol- authored and clsdaniel committed Oct 3, 2012
    Copy the full SHA
    51e3826 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2012

  1. Copy the full SHA
    31dd9aa View commit details
    Browse the repository at this point in the history