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/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/9086> other todos for the alpha: https://github.com/django/django/pull/9086 - Refs #28595 -- Added execute wrappers for database queries. https://github.com/django/django/pull/9081 - Fixed #27332 -- Added support for conditional joins in the ORM. On Monday, September 18, 2017 at 9:44:05 PM UTC-4, Tim Graham wrote: > > 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). > > <https://github.com/django/django/pull/7482> > todo: > 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/9086 - Refs #28595 -- Added execute > wrappers for database queries. > https://github.com/django/django/pull/9081 - Fixed #27332 -- Added > support for conditional joins in the ORM. > > On Sunday, September 17, 2017 at 5:11:43 PM UTC-4, Florian Apolloner wrote: >> >> Looks good to me. >> https://github.com/django/django/commit/01c6a3e227b645e8dea97e9befecd23d1d3b8581 >> >> resulted in test failures, we might have to revert that. >> >> I do have to add https://github.com/django/django/pull/9100 to the mix, >> but since it is a bugfix we can easily do this after the alpha. >> >> cheers, >> Florian >> >> On Sunday, September 17, 2017 at 1:30:01 AM UTC+2, Tim Graham wrote: >>> >>> 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 on my list to polish off >>> before the alpha release. I'll send another update on Monday. >>> >>> 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). >>> 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/9086 - Refs #28595 -- Added >>> execute wrappers for database queries. >>> https://github.com/django/django/pull/9081 - Fixed #27332 -- Added >>> support for conditional joins in the ORM. >>> >> >> -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/d7b7a5bd-26ad-4763-9da4-22c477b2ac1c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
