Regarding GSOC-18

2018-02-16 Thread hardik dadhich
hello All, It's my first chance to spend my summertime on GSOC with the contribution to Django. I just go through all docs provided on link: * https://code.djangoproject.com/wiki/SummerOfCode2018* I want to ask that there are only 3-4 ideas regarding Django or new ideas will be added after some

Re: #28398: Allow management command invocation to suggest for incomplete commands?

2018-02-16 Thread Tom Forbes
Did we reach a consensus on this? Would it change things if this could be implemented with a very small changeset? People brought up that it seems similar to the bash completion - perhaps we can share code between the two features? I think it's a great idea from a usability standpoint, and seeing

Re: Allow namespaced reusable app urls as ROOT_URLCONF

2018-02-16 Thread Florian Apolloner
On Friday, February 16, 2018 at 3:08:33 PM UTC+1, Vlastimil Zíma wrote: > > but to respect namespace if a ROOT_URLCONF has one. > I understood it like that; but as I said I didn't see many valid usecases. Your point about testing though is a good one! -- You received this message because you

Re: Allow namespaced reusable app urls as ROOT_URLCONF

2018-02-16 Thread Tim Graham
Feel free to reopen the ticket if you want to provide a patch. On Friday, February 16, 2018 at 9:08:33 AM UTC-5, Vlastimil Zíma wrote: > > Based on the discussions I've seen, it looks like the problem is not > looked at from the correct angle. The request is not to namespace the > ROOT_URLCONF,

Re: Allow namespaced reusable app urls as ROOT_URLCONF

2018-02-16 Thread Vlastimil Zíma
Based on the discussions I've seen, it looks like the problem is not looked at from the correct angle. The request is not to namespace the ROOT_URLCONF, but to respect namespace if a ROOT_URLCONF has one. The use case is to prevent creation of one extra file, just to include the only applicatio