[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 INSERTs and UPDATEs to fail with blank values, due to inserting a NULL value into a NOT NULL field.
Change History
(3)
| 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