-
Notifications
You must be signed in to change notification settings - Fork 36
Failure on tip of Django #26
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
Comments
I'm looking at this now (with thanks to apollo13 and carljm. I think we need to examine every engine and confirm that all engines have template debug enabled. I also think that #30 is needed so that one doesn't walk the list of engines until settings has been configured - as carljm suggested, don't read/parse template config, let django do that for you. Of course, that means that check_debug gets to check django.version >= 1.8 |
@nedbat You can close this Issue now :) |
The tip of Django is failing the test suite like this:
carljm and apollo13 helped in #django to diagnose it:
The text was updated successfully, but these errors were encountered: