After every use of (no matter if there changes in any models)
python manage.py makemigrations
I've got such result
- Alter field stage on record
- Alter field stage on stagesfetch
I'm using django 2.1.3 running on debian.
Any ideas?
Thanks!
Tim Graham
unread,
Nov 10, 2018, 11:34:40 PM11/10/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
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.
Michał Redmerski
unread,
Nov 13, 2018, 9:25:24 AM11/13/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
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
napisał: