bugfix: fix issue with NOT NULL field and missing context
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