Skip to content

bugfix: fix issue with NOT NULL field and missing context

Calum Mackervoy requested to merge nullable-fields into master

Sorry @jbpasquier missed this in the last MR

I didn't realise that Django default does not apply when the field is explicitly set to None. I've added null=True because it was the easiest way to solve it

Merge request reports