alexmorozov / templated-docs

Generate PDF, MS Word and Excel documents from templates in Django
MIT License
114 stars 57 forks source link

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

Open funkybob opened 7 years ago

funkybob commented 7 years ago

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 commented 7 years ago

I also want to know the answer please :)

funkybob commented 7 years ago

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

pyjavo commented 7 years ago

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

funkybob commented 7 years ago

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

vasjapavlovic commented 7 years ago

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 commented 6 years ago

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 commented 5 years ago

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.