Closed TalatCikikci closed 7 years ago
According to Django system check, it is redundant to have "Null" attribute set on a ManyToManyField.
System check identified some issues: WARNINGS: heritages.Heritage.tags: (fields.W340) null has no effect on ManyToManyField. System check identified 1 issue (0 silenced).
System check identified some issues:
WARNINGS: heritages.Heritage.tags: (fields.W340) null has no effect on ManyToManyField.
System check identified 1 issue (0 silenced).
"Null" attribute should be removed from the specified location in models.py.
models.py
Removing this in my commit if it is ok.
Removed the "Null" attribute.
According to Django system check, it is redundant to have "Null" attribute set on a ManyToManyField.
"Null" attribute should be removed from the specified location in
models.py
.