Re: missing field after makemigrations

2022-06-20 Thread andrew snyder
Thanks, that did the trick. Should I make a feature request that django throw an error whenever a field type has no real type? >>> type(models.SmallIntegerField()) >>> type(models.SmallIntegerField) On Monday, June 20, 2022 at 10:53:37 AM UTC-4 moheb@gmail.com wrote: > Hi, > The reason w

Re: i am facing problem with my project to update data in mysql using django

2022-06-20 Thread andrew snyder
can you conform that database user has permissions to update data in all three databases using a mysql client? On Thursday, June 16, 2022 at 12:02:00 PM UTC-4 rafiurra...@gmail.com wrote: > here is my problem description link in stackoverflow > if anyone can help me, i will be gratefull > > lin

missing field after makemigrations

2022-06-20 Thread andrew snyder
There is something in my models.py that breaks makemigrations. The field "rank" is missing from "CharacterSkill". Also, if I uncomment any of the three classes that refer to "Character" the "game" and "player" fields become separate items in the migrations file. -- You received this message b