Please try to remove the quotation marks in < max_length=‘200’ >.
> 在 2019年8月5日,下午7:39,Mudasir Mian 写道:
>
> Dear Team,
> im facing this error in models
> help me please
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubsc
Is 200 not '200'
On Mon, 5 Aug 2019, 17:24 Mudasir Mian Dear Team,
> im facing this error in models
> help me please
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send
Is an integer not string 200
On Mon, 5 Aug 2019, 17:24 Mudasir Mian Dear Team,
> im facing this error in models
> help me please
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails fr
it should be max_length=200 (not '200')
On Mon, Aug 5, 2019 at 9:20 PM Eliseo Rodriguez
wrote:
> I believe you just need to remove the parentheses because it just needs a
> number not a string.
>
> Die Empty
>
> On Mon, Aug 5, 2019, 10:24 AM Mudasir Mian
> wrote:
>
>> Dear Team,
>> im facing t
I believe you just need to remove the parentheses because it just needs a
number not a string.
Die Empty
On Mon, Aug 5, 2019, 10:24 AM Mudasir Mian wrote:
> Dear Team,
> im facing this error in models
> help me please
>
> --
> You received this message because you are subscribed to the Google G
Remove the quotes
On Mon, Aug 5, 2019 at 11:24 AM Mudasir Mian
wrote:
> Dear Team,
> im facing this error in models
> help me please
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emai
6 matches
Mail list logo