Re: manage.py --keepdb VS DataMigration as Initial Data

2016-02-11 Thread Carlos Leite
Exactly . thanks. I'm happy i'm not alone ;) ... and did nothing wrong. .. I was thinking what could be done in the core to solve... The easyiest way, is keeping flushing data at the end of the tests, but run data inserts in migrations when the tests starts, even when --keepdb is present ...

Re: manage.py --keepdb VS DataMigration as Initial Data

2016-02-11 Thread Tim Graham
You might be running into the same problem reported in https://code.djangoproject.com/ticket/25251#comment:3 On Thursday, February 11, 2016 at 1:16:20 PM UTC-5, Carlos Leite wrote: > > Hi there, > > I'm running a Django==1.8 app > I read in the docs [1], to consider doing a data migration to lo