Re: Do people actually squash migrations?

2021-05-17 Thread 'Mike Lissner' via Django developers (Contributions to Django itself)
Thanks for those links. I went ahead and filed a PR that describes a new "Migration Trimming" process. I'd love comments and suggestions if folks are interested and able: https://github.com/django/django/pull/14408 Mike On Mon, May 17, 2021 at 8:27 AM René Fleschenberg wrote: > Hi, > > I agree

Re: Fellow Reports - May 2021

2021-05-17 Thread Mariusz Felisiak
Week ending May 16, 2021 Released Django 3.2.3, 3.1.11, and 2.2.23. *Triaged:* https://code.djangoproject.com/ticket/32730 - jsonify() method for Q class in django.db.models.query_utils (wontfix) https://code.djangoproject.com/ticket/32732 - MySQL backend uses deprecated "db" and "pas

Re: Do people actually squash migrations?

2021-05-17 Thread René Fleschenberg
Hi, I agree that it would be good to extend the docs and to describe how to reset a project's migrations. Some prior art on this: https://geekchick77.dreamwidth.org/5560.html https://simpleisbetterthancomplex.com/tutorial/2016/07/26/how-to-reset-migrations.html Regards, René -- You received