Re: Considering removing support for ("iLmsu") regex groups in URLpatterns. Do you use them?

2016-12-19 Thread Adam Johnson
> > I guess the "safest" option is to keep the code around and let this > feature die when the deprecation ends in Python 3.7 (and meanwhile see if > anyone notices the deprecation warning in their code and files a ticket > about it). The only extra work compared to removing this now is silencing

Re: Does the javascript test runner need attention?

2016-12-19 Thread Tim Graham
Hopefully the situation is a bit improved after https://github.com/django/django/commit/10278885fd909085bd76ccc1690a979582455f9e We had to make this update as the old pinned phantomjs version doesn't support SHA256 SSL certs and thus couldn't fetch https://cdnjs.cloudflare.com/ajax/libs/openlay

Re: Template-based widget rendering

2016-12-19 Thread Tim Graham
It's ready for review: Add 'POST_APP_DIRS' TEMPLATES option. https://github.com/django/django/pull/7693 Template based widget rendering: https://github.com/django/django/pull/6498 On Wednesday, December 14, 2016 at 6:59:16 PM UTC-5, Tim Graham wrote: > > I don't have any strong objections at thi

Re: Considering removing support for ("iLmsu") regex groups in URLpatterns. Do you use them?

2016-12-19 Thread Sjoerd Job Postmus
On Mon, Dec 19, 2016 at 08:23:09AM +, Adam Johnson wrote: > > > > I guess the "safest" option is to keep the code around and let this > > feature die when the deprecation ends in Python 3.7 (and meanwhile see if > > anyone notices the deprecation warning in their code and files a ticket > > ab