Re: migrations problem in django

2022-06-02 Thread Steve Smith
Looks like a spelling error at first glancemax_length...not max_lenght That's my first guess... From: django-users@googlegroups.com on behalf of Paras Kashyap Sent: Wednesday, June 1, 2022 12:00 PM To: Django users Subject: migrations problem in d

Re: migrations problem in django

2022-06-02 Thread Ayser shuhaib
You probably have a Integer field in one of your models with max_length arguments, so remove that argument and that should solve the problem On Thu, 02 Jun 2022 at 01:37, Mike Dewhirst wrote: > On 2/06/2022 3:00 am, Paras Kashyap wrote: > > TypeError: Field.__init__() got an unexpected keyword a

Re: migrations problem in django

2022-06-01 Thread Mike Dewhirst
On 2/06/2022 3:00 am, Paras Kashyap wrote: TypeError: Field.__init__() got an unexpected keyword argument 'max_lenght' You have probably seen this already ... should be 'max_length' Please someone tell me how to fix this error, this error occurs when i try to make migrations -- You received

migrations problem in django

2022-06-01 Thread Paras Kashyap
TypeError: Field.__init__() got an unexpected keyword argument 'max_lenght' Please someone tell me how to fix this error, this error occurs when i try to make migrations -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this g