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

Use django.template.loader.get_template() in compress management command #282

Closed
wants to merge 5 commits into from

Commits on Jun 20, 2012

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

Commits on Jun 21, 2012

  1. Handle TemplateSyntaxError when loading with a TemplateLoader.

    Put raise OfflineGenerationError back in place.
    mlp-ableton committed Jun 21, 2012
    Copy the full SHA
    4319ae7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    eb53084 View commit details
    Browse the repository at this point in the history
  3. Revert "Use appropriate template loaders when compressing for offline…

    … use."
    
    This reverts commit ec9a9c4.
    mlp-ableton committed Jun 21, 2012
    Copy the full SHA
    473a5fd View commit details
    Browse the repository at this point in the history
  4. Use get_template from Django to load templates so that templates are

    loaded with the appropriate template loader.
    mlp-ableton committed Jun 21, 2012
    Copy the full SHA
    eef07d8 View commit details
    Browse the repository at this point in the history