[patch] Blank USStateField data with blank=True becomes None, breaks INSERTs/UPDATEs
If you have a model with a USStateField(blank=True)
field, blank values get turned into None
and cause INSERT
s and UPDATE
s to fail with blank values, due to inserting a NULL
value into a NOT NULL
field.
Summary: |
Blank USStateField data with blank=True becomes None, breaks INSERTs/UPDATEs → [patch] Blank USStateField data with blank=True becomes None, breaks INSERTs/UPDATEs
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Fixes forms.USStateField.html2python