Fellow Report - July 29, 2017

2017-07-29 Thread Tim Graham
Triaged --- https://code.djangoproject.com/ticket/28431 - default='' (non-bytestring) on BinaryField crashes some migration operations (accepted) https://code.djangoproject.com/ticket/28430 - Response is not necessarily rendered when response middlewares are applied (worksforme)

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

2017-07-29 Thread John Griebel
I think the review comments and the Todo list should get me off to a good start. I'm sure I'll have a few questions along the way as I've contributed to other open source projects before, but not Django. I spent some time last evening reading the contribution docs and getting my environment set

Re: Future of the development server's auto-reloading

2017-07-29 Thread Aymeric Augustin
Hello Tom, Your approach seems comprehensive. I'm commenting on your PR on Trac and GitHub. Let's do this! Regarding watchdog / watchman, I think Django could select automatically one or the other depending on which on is installed. If none is installed, Django would fall back to the current

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

2017-07-29 Thread Emil Stenström
John: Awesome! Do you need anything to get started or is Sjoerd's review comments and todolist enough? On Friday, 28 July 2017 15:03:12 UTC+2, John Griebel wrote: > > Hi Sjoerd, > I too would love to see this feature in Django 2.0; in fact, I've been > following its progress quite closely. I