Fellow Report - June 18, 2016

2016-06-18 Thread Tim Graham
Triaged --- https://code.djangoproject.com/ticket/26751 - Make dbshell exit with the shell's error code (accepted) https://code.djangoproject.com/ticket/26752 - RenameModel requires camel case model names (duplicate) https://code.djangoproject.com/ticket/26755 - test_middleware_classes

Re: status of 1.10 release blockers

2016-06-18 Thread Tim Graham
I'm postponing the release until next week as some release blockers remain: https://code.djangoproject.com/query?status=!closed&severity=Release%20blocker On Friday, June 17, 2016 at 5:33:04 PM UTC-4, Claude Paroz wrote: > > Le vendredi 17 juin 2016 16:52:50 UTC+2, Tim Graham a écrit : >> >> Ther

Re: I like a small thing to be added in new django release.

2016-06-18 Thread Shai Berger
Hi Ratan, On Saturday 18 June 2016 14:35:08 Ratan Kulshreshtha wrote: > hello, everyone, I think that when we make new Django app inside by running > django-admin startapp or by python manage.py startapp > name of app shoul be added automatically in settings.py file in project > directory. > T

I like a small thing to be added in new django release.

2016-06-18 Thread Ratan Kulshreshtha
hello, everyone, I think that when we make new Django app inside by running django-admin startapp or by python manage.py startapp name of app shoul be added automatically in settings.py file in project directory. If you think my suggestion is good then how can I implement it, any guidance wi