Re: status of 2.0 release blockers

2017-12-01 Thread Tim Graham
A few blockers were reported in the past couple days. Patches are completed and being merged shortly. I plan to release Django 2.0 and 1.11.8 tomorrow morning (~12 hours from now). On Thursday, September 21, 2017 at 10:06:11 PM UTC-4, Tim Graham wrote: > > completed today: > https://github.com/d

Re: status of 2.0 release blockers

2017-09-21 Thread Tim Graham
completed today: https://github.com/django/django/pull/9086 - Refs #28595 -- Added execute wrappers for database queries. I plan to merge this last one early tomorrow, then release the alpha later in the day. https://github.com/django/django/pull/9081 - Fixed #27332 -- Added support for conditi

Re: status of 2.0 release blockers

2017-09-20 Thread Tim Graham
completed today: https://github.com/django/django/pull/7482 - Simplified URL routing syntax. (code) https://github.com/django/django/pull/9072 - Simplified URL routing syntax. (docs) https://github.com/django/django/pull/9100

Re: status of 2.0 release blockers

2017-09-20 Thread Tim Graham
Thanks for the feedback. I think the indentation changes are correct, but please leave a comment on the PR so I can be sure which lines you're referring to. I added this text to the release notes per your suggestion: The ``django.conf.urls.url()`` function from previous versions is now availabl

Re: status of 2.0 release blockers

2017-09-19 Thread Tim Graham
I spent today finishing up writing and then reviewing the documentation for URL routing. I'll give that and the code one more look tomorrow before merging. In the meantime, other reviews (especially from anyone less familiar with the feature) are certainly welcome. https://github.com/django/djan

Re: status of 2.0 release blockers

2017-09-18 Thread Tim Graham
completed today: https://github.com/django/django/pull/6385 - Fixed #14370 -- Added select2 widget for related object fields in admin. https://github.com/django/django/pull/7611 - Fixed #26608 -- Add support for OVER-clause (window expressions). todo:

status of 2.0 release blockers

2017-09-16 Thread Tim Graham
Time to kickoff the progress tracker for the next major release! The 2.0 alpha is scheduled (according to https://code.djangoproject.com/wiki/Version2.0Roadmap) for Monday, September 18. Typically we've release the alpha a few days later to finish up a few last minutes things. Here are the PRs