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

Why is it hard coded to not support django 1.11+ ? #15

Open
funkybob opened this issue Jun 8, 2017 · 7 comments
Open

Why is it hard coded to not support django 1.11+ ? #15

funkybob opened this issue Jun 8, 2017 · 7 comments

Comments

@funkybob
Copy link

funkybob commented Jun 8, 2017

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?

@pyjavo
Copy link

pyjavo commented Jul 8, 2017

I also want to know the answer please :)

@funkybob
Copy link
Author

funkybob commented Jul 8, 2017

Well, I put it in production in a 1.11 env, anyway...

@pyjavo
Copy link

pyjavo commented Jul 8, 2017

How did you do it @funkybob ? When I install templated_docs, it downgrades my Django package from 1.11 to 1.10

@funkybob
Copy link
Author

funkybob commented Jul 9, 2017

Not sure, it may simply be because I have both listed in my requirements.txt, and that's how I installed them.

@vasjapavlovic
Copy link

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.

@denis-bg
Copy link

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.

@vasjapavlovic
Copy link

vasjapavlovic commented Dec 2, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants