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

2017-05-02 Thread Marten Kenbeek
> >- The more complex part is (I think) figuring out how to deal with >cases where we have a `path('/', include(other_urls))` and >`other_urls` also has a `path()` mentioning `something`. However this > might >just be my perfectionism and paranoia seeing edge-cases where ther

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

2017-05-02 Thread Sjoerd Job Postmus
On Tuesday, May 2, 2017 at 2:18:27 PM UTC+2, Tom Christie wrote: > > > Some positive yes/no on whether or not this is an actual desirable > feature for Django from the core team. > > We've positive feedback from at least Jacob, Ola, Aymeric, and myself, so > I'd broadly assume we're good there,

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

2017-05-02 Thread Tom Christie
> Some positive yes/no on whether or not this is an actual desirable feature for Django from the core team. We've positive feedback from at least Jacob, Ola, Aymeric, and myself, so I'd broadly assume we're good there, so long as there's not any specific blockers that emerge. I'd expect there

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

2017-05-02 Thread Ola Sitarska
Hi all, >From my personal perspective, I'd love to have that feature in Django. It'd make a significant difference especially for beginners learning Django, as I know that during Django Girls workshop, teaching newcomers regex is one of the most annoying and difficult parts of learning how Django

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

2017-05-02 Thread Sjoerd Job Postmus
On Tuesday, May 2, 2017 at 7:39:06 AM UTC+2, Emil Stenström wrote: > > I talked to Sjoerd separately. He is also very busy at the moment, but was > working on getting merge conflicts resolved soon. He will also post a list > of things that are still missing, but spontaneously thought that this

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

2017-05-02 Thread Aymeric Augustin
Hello Emil, > On 2 May 2017, at 07:39, Emil Stenström wrote: > > What's missing now is someone from the core team that can help push this into > being ready for master. Is there someone that would like to be the hero for > everyone teaching django to beginners? :) Since I'm between two jobs,