-
Notifications
You must be signed in to change notification settings - Fork 57
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
Why is it hard coded to not support django 1.11+ ? #15
Comments
I also want to know the answer please :) |
Well, I put it in production in a 1.11 env, anyway... |
How did you do it @funkybob ? When I install templated_docs, it downgrades my Django package from 1.11 to 1.10 |
Not sure, it may simply be because I have both listed in my requirements.txt, and that's how I installed them. |
Install templated_docs, uninstall django 1.10, install django 1.11.5. But i didnt try if there are compatibility issues with running templated docs in django 1.11. |
Same here. Seems to work fine after uninstalling 1.10 and installing 1.11 |
Maybe the reason is that, |
The setup.py explicitly lists Django from 1.8 to < 1.11
Is there anything specific this doesn't work with in 1.11, or is this simply a "we've never tested with 1.11" defensive value?
The text was updated successfully, but these errors were encountered: