aerich icon indicating copy to clipboard operation
aerich copied to clipboard

null=True not works!!!

Open KhDenys opened this issue 4 years ago • 2 comments

It seems that the property of the field that it can be null (null=True) does not work...

KhDenys avatar Nov 09 '20 21:11 KhDenys

Could you give a detail description?

long2ice avatar Nov 10 '20 01:11 long2ice

created table A --> created table B --> created a new migration to insert rows into table B --> added to A a ForeignKeyField('models.A'). And after that null=True stopped working in the fields of table A. Thanks.

KhDenys avatar Nov 10 '20 08:11 KhDenys