geodjango.org status

2016-04-02 Thread Sylvain Fankhauser
Hello, I'm working on issue #22274 and as part of this ticket I stumbled upon the domain geodjango.org website. I don't think this adds any value to GeoDjango, and in fact this is more a risk to confuse users by having an external website for a feature

Feedback on improving GeoDjango docs

2016-04-03 Thread Sylvain Fankhauser
Hello, I'm currently working on ticket #22274 , which is an effort to improve the GeoDjango documentation to make it more accessible to newcomers. This represents quite some work and I'm still in the early stages but I'd love to have some feedback on th

Re: Vendoring multipledispatch

2016-04-06 Thread Sylvain Fankhauser
The only problem I can see is dependencies conflicts, where Django would need package X version > 1.0 and another installed package would need package X version 0.9. I have this issue with a project of mine that required six >= 1.10 and for some reason Xcode on OSX with the system Python (ie. not i

Exceptions caught by the "include" template tag make it hard to rely on tests

2016-06-09 Thread Sylvain Fankhauser
Hi all, I got really frustrated today trying to understand why a bug could get past my test suite but fail in my dev environment. Finally Baptiste Mispelon pointed me to the include template tag documentation : If the included

Re: Exceptions caught by the "include" template tag make it hard to rely on tests

2016-07-11 Thread Sylvain Fankhauser
Hi, I'm bringing this back to the table since I can't believe I'm the only one to find this behaviour weird and possibly dangerous. I'd really be interested in getting your opinion on this! Thanks, Sylvain 2016-06-09 14:37 GMT+02:00 Sylvain Fankhauser : > Hi all, >