Re: [Feature Request][Model, ORM] Disabling a field before removal to support continuous delivery
2019-06-29
Thread
'Matthieu Rudelle' via Django developers (Contributions to Django itself)
Nice find, It's an interesting way to solve it. We might give it a try. On Thursday, June 27, 2019 at 11:12:16 PM UTC+2, Pkl wrote: > > Just for reference, here is a package I crossed recently and which has an > approach for that : https://github.com/3YOURMIND/django-deprecate-fields > > On Monda
Re: [Feature Request][Model, ORM] Disabling a field before removal to support continuous delivery
2019-06-26
Thread
'Matthieu Rudelle' via Django developers (Contributions to Django itself)
Does that sound like feature-request material? It seems to me django is the good place to add this flexibility as it has exclusive access to the underlying DB. On Tue, Jun 25, 2019 at 9:08 AM Matthieu Rudelle wrote: > How does the "safe" field of migrations work with other migrations related >>