Squashing migrations?

2016-11-23 Thread Brian Rutledge
Disclaimer: I know very little about this topic (but I want to learn). I've successfully (so far) integrated django CMS into an existing large project. One big caveat is that the migrations take a long time, which can make testing and deployment more cumbersome. At the moment, we've got 242 mi

Re: Squashing migrations?

2016-11-23 Thread Iacopo Spalletti
Il 23/11/2016 14:53, Brian Rutledge ha scritto: > Disclaimer: I know very little about this topic (but I want to learn). > > I've successfully (so far) integrated django CMS into an existing large > project. One big caveat is that the migrations take a long time, which > can make testing and depl

Re: Squashing migrations?

2016-11-23 Thread Brian Rutledge
Cool. Is this something that could happen in the 3.4.x series? On Wednesday, November 23, 2016 at 12:00:39 PM UTC-5, Iacopo Spalletti wrote: > > Il 23/11/2016 14:53, Brian Rutledge ha scritto: > > Disclaimer: I know very little about this topic (but I want to learn). > > > > I've successfully

Re: Squashing migrations?

2016-11-23 Thread czpython
Because of the nature of this change, this would be done in a major (4.x.x) or minor release (3.5.x). On Wednesday, November 23, 2016 at 12:16:45 PM UTC-5, Brian Rutledge wrote: > > Cool. Is this something that could happen in the 3.4.x series? > > On Wednesday, November 23, 2016 at 12:00:39 PM U