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

Fix removed in django 110 warnings #10

Closed
wants to merge 3 commits into from
Closed

Fix removed in django 110 warnings #10

wants to merge 3 commits into from

Commits on Feb 28, 2016

  1. Define TEMPLATES

    This is required when using Django 1.10.
    Christopher Baines committed Feb 28, 2016
    Configuration menu
    Copy the full SHA
    4d35bf2 View commit details
    Browse the repository at this point in the history
  2. The BaseLoader is removed in Django 1.10

    Christopher Baines committed Feb 28, 2016
    Configuration menu
    Copy the full SHA
    d45f7ee View commit details
    Browse the repository at this point in the history
  3. Remove override of deprecated TEMPLATE_LOADERS setting

    This is removed in Django 1.10, and now unnecessary as the VoidLoader is set in
    the settings.
    Christopher Baines committed Feb 28, 2016
    Configuration menu
    Copy the full SHA
    7c7a715 View commit details
    Browse the repository at this point in the history