Re: status of 1.9 release blockers

2015-11-14 Thread Tim Graham
Sorry for the lack of updates, but no news is good news. We're on track for a release candidate on Monday. On Saturday, October 17, 2015 at 7:41:55 PM UTC-4, Tim Graham wrote: > > We're on schedule for Monday's beta release. Most of the backported fixes > have been issues affecting 1.8 too. > >

Fellow Report - November 14, 2015

2015-11-14 Thread Tim Graham
Triaged --- https://code.djangoproject.com/ticket/25701 - Add warning to an admin list_view if too many queries are being used (accepted) https://code.djangoproject.com/ticket/25710 - Clarify the docs about what INTERNAL_IPS does (accepted) https://code.djangoproject.com/ticket/25712 -

Re: #25582: Add a way to build URLs with query strings

2015-11-14 Thread Tino de Bruijn
Would it be an idea to have QueryDict accept a dictionary to construct it? Then you could use it’s urlencode method to create the querysting. Seems like a logical place to implement this to me. Tino > On 09 Nov 2015, at 14:30, Merijn Bertels wrote: > > I think would be a good thing if we crea