Here is the third update with a week and a half to go until alpha (I incorrectly said in the last update a couple days ago that we have 3 weeks left!):
#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> Owner: Tim Now: I've implemented the system check solution I proposed and am waiting for review and/or concerns with this approach. Last time: On ticket #23891 I proposed the idea of moving model field deprecation warnings to the system check framework. I am waiting for feedback on this approach before investing further. #22340 - <https://code.djangoproject.com/ticket/22340> Legacy Table Creation Methods Not Properly Deprecated <https://code.djangoproject.com/ticket/22340> Owner: Tim Now: 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. Last time: I think the performance concerns are no longer a blocker to resolving this ticket (see the mailing list thread for details). I did research on the remaining work needed and left a comment on the ticket. I will work on the implementation next week if no one else picks it up. #23745 - Migrations migrate is slow <https://code.djangoproject.com/ticket/23745> (new) Owner: Claude/Markus Now: 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. Last time: Patch seems to need improvement so it doesn't cause a regression with swappable models. #23271 - <https://code.djangoproject.com/ticket/23271>Makemessages can corrupt existing .po files on Windows <https://code.djangoproject.com/ticket/23271> Owner: Ramiro Now: Resolved by Ramio Last time: no update On Tuesday, December 30, 2014 7:49:59 AM UTC-5, Markus Holtermann wrote: > > On Monday, December 29, 2014 10:40:06 AM UTC+1, Claude Paroz wrote: >> >> On Saturday, December 27, 2014 4:46:52 PM UTC+1, Tim Graham wrote: >>> >>> #23745 - Migrations migrate is slow >>> <https://code.djangoproject.com/ticket/23745> (new) >>> Owner: Claude >>> Status: Patch seems to need improvement so it doesn't cause a regression >>> with swappable models. >>> >> >> Sorry, but I'm afraid you should remove my name as the owner at this >> stage. >> > > I took a look at the PR and added a test case that passes on stable/1.7.x > and master. If the PR is applied as-is it fails: > https://github.com/MarkusH/django/commit/9bc0d669e1fec3d9b3886ecf0c44bbf77b25ef6d > > . But I'd like to get a few more eyes on the test so we can make sure it > correctly represents the issue described in the ticket. > > I furthermore tried to fix the issue with the patch in > https://github.com/MarkusH/django/commit/9651ceebfe5a27bf4a095098e92454766480d931 > > . Assuming the test above is correct, this might be a way to solve the > issue. > > /Markus > -- 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/ce2b5e72-e21c-4ce8-a348-e6486c979471%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
