Re: Unable to migrate changes of model in database.

2018-08-21 Thread Mikhailo Keda
Please show your code for models and provide more details about changes that wasn't reflected Did you have any errors or warnings? What version of Django are you using? > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from th

Re: Unable to migrate changes of model in database.

2018-08-21 Thread Mikhailo Keda
Please show your code for models and provide more details about changes that wasn't reflected Did you have any errors or warnings? What version of Django are you using? On Tue, Aug 21, 2018 at 4:42 PM Roshan Jha wrote: > Hi All, > > I had created a class based model with attributes. > > The firs