Open funkybob opened 7 years ago
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 Key word is "seems" ... An answer from the author would be appreciated.
Maybe the reason is that, at the time the app was released, the last version of django was 1.10. For now, i can use it in django==1.11.
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?