Re: Django 2.0 Python version support (Python 3.6+ only?)

2016-12-27 Thread Matthias welp
I won't mind dropping support for Python versions that are not supported up to the end of the support period of the next LTS (2.2 in this case). If you want to use long-term stability and/or support for current Python versions, you should use the current django LTS version, which will be 1.11. I am

Re: DEP pre-proposal for a simpler URLs syntax.

2016-10-06 Thread Matthias welp
Hi, I may be late, but using 'path' as a name for this function is in my opinion not recommended. It would shadow the stdlib os.path, albeit not as a library, but as a function. Using 'route' would be more interesting in my opinion, but shadowing the Channels 'route' function (which has a very si