Here is the fifth update with several days to go until alpha. I believe we are on track for a feature freeze at the end of day on Monday. Let's see how things go, but I'd like to cut the stable/1.8.x branch and issue the alpha release by the following Friday (a week from today).
New blockers: #24075 <https://code.djangoproject.com/ticket/24075> - Can't migrate contenttypes and auth to zero <https://code.djangoproject.com/ticket/24075> Owner: Simon Status: This is an existing issue on 1.7, but addressing it seems to require (or at least, would be a lot easier) with the proposed new feature of adding a "plan" argument to the post_migrate() signal. There is a patch in the works. Resolved since last time: #23861 - <https://code.djangoproject.com/ticket/23861> Fields referenced in migrations cannot be (re)moved, even if migrations have been squashed <https://code.djangoproject.com/ticket/23861> Owner: Tim Now: I polished and committed the patch for this. Last time: I committed a patch for the second ticket and will polish the patch for the first issue. Most of the issues tagged "1.8-alpha" have been completed or deferred. The two main ones that remain are "Case/When expressions" and "Allowing expressions to be used in order_by queryset method." Depending on what progress is made over the weekend on these issues, they may or may not make it into 1.8. https://code.djangoproject.com/query?status=assigned&status=new&keywords=~1.8-alpha On Saturday, January 3, 2015 at 1:19:25 PM UTC-5, jdunck wrote: > > Thank you, Tim, for shepherding this. > On Jan 3, 2015 8:09 AM, "Tim Graham" <[email protected] <javascript:>> > wrote: > >> Here is the fourth update with a week to go until alpha. At this time, I >> am thinking we'll have the feature freeze on Monday, January 12 as planned, >> but perhaps issue the actual alpha release a couple days later just to give >> some time for some extra polish in case any large patches are committed >> next weekend. >> >> #23861 - >> <https://code.djangoproject.com/ticket/23861> Fields referenced in >> migrations cannot be (re)moved, even if migrations have been squashed >> <https://code.djangoproject.com/ticket/23861> >> #23891 <https://code.djangoproject.com/ticket/23891> - Revise >> deprecation / removal timeline for IPAddressField >> <https://code.djangoproject.com/ticket/23891> (resolved) >> Owner: Tim >> Now: I committed a patch for the second ticket and will polish the patch >> for the first issue. >> Last time: I've implemented the system check solution I proposed and am >> waiting for review and/or concerns with this approach. >> >> After completing the issue above, I'll prioritize any issues here: >> >> https://code.djangoproject.com/query?status=assigned&status=new&keywords=~1.8-alpha >> >> Resolved since last time: >> >> #22340 - >> <https://code.djangoproject.com/ticket/22340> Legacy Table Creation >> Methods Not Properly Deprecated >> <https://code.djangoproject.com/ticket/22340> >> Owner: Tim >> Now: Resolved this by removing the deprecation as discussed in the ticket. >> Last time: I took a closer look at this and don't think we need to do >> this deprecation at all as it doesn't seem to offer any benefits. See the >> ticket for details. >> >> #23745 - Migrations migrate is slow >> <https://code.djangoproject.com/ticket/23745> >> Owner: Claude/Markus >> Now: Patch committed; thanks to Markus and Claude. >> Last time: I committed the test that Markus wrote and Claude incorporated >> a fix from Markus so the branch appears about ready for merge. Markus will >> give it another review. >> >> -- >> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at http://groups.google.com/group/django-developers. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-developers/b196f095-530c-45ec-9b21-82fcd1c06ed8%40googlegroups.com >> >> <https://groups.google.com/d/msgid/django-developers/b196f095-530c-45ec-9b21-82fcd1c06ed8%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- 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 http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/5680073d-8a2e-4370-945a-c18d846e1e25%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
