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
...
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
Hi there,
I'm running a Django==1.8 app
I read in the docs [1], to consider doing a data migration to load initial
data on db, since initial fixture is consider deprecated since 1.7.
Well, to keep my app up-to-date I choose to load "initial data" trough a
data migration.
My problem, SEEMS to b
3 matches
Mail list logo