Re: makemigrations makes migration even if no changes in model

2018-11-13 Thread Michał Redmerski
Thanks for Your response, The project is a part of our internal erp system. I'll try to make it executable on external enviornment and then provide a code. I have updated the gist to provide generated migrations. Regards, W dniu sob, 10.11.2018 o godzinie 15∶34 -0800, użytkownik Tim Graham napis

Re: makemigrations makes migration even if no changes in model

2018-11-10 Thread Tim Graham
I think you'll need to provide a sample project that reproduces the problem. I tried with the models you gave (and removed references to the models that you didn't provide) but can't reproduce. On Friday, November 9, 2018 at 6:51:49 AM UTC-5, Michał Redmerski wrote: > > Hello! > > All issues wi

makemigrations makes migration even if no changes in model

2018-11-09 Thread Michał Redmerski
Hello! All issues with this I googled, are with the opposite problem. I have models: Record, Stage, StageFetch here is my code: https://gist.github.com/redmeros/bd70481cae2e4471eee0501146b2945c After every use of (no matter if there changes in any models) python manage.py makemigrations I've