Re: Idea for Rollback Migration Rules

2020-07-04 Thread Dwight Gunning
The first case is definitely a source of friction for me too. Django management commands could help but it's still up to the developer to remember to run them. I'd prefer to have the VCS identify and help resolve these situations right when they arise. The second case seems to be discouraged b

Re: Extending JSONField serialization

2016-01-06 Thread Dwight Gunning
ango-users if that's more appropriate. Dwight -- Dwight Gunning Twitter me: @dwightgunning <https://www.twitter.com/dwightgunning> On 6 January 2016 at 15:27, Aymeric Augustin < aymeric.augus...@polytechnique.org> wrote: > Hello Dwight, > > I was trying to express the fact th

Re: Extending JSONField serialization

2016-01-06 Thread Dwight Gunning
It's interesting that you say JSON Fields shouldn't be used for mission critical data. Is that widely recognised? I feel like there are genuine uses cases for using JSON Fields to store mission critical data. For instance, a Javascript single-page-app style client with a set of user preferences