#2685: Blank USStateField data with blank=True becomes None, breaks
INSERTs/UPDATEs
-------------------------------------+--------------------------------------
 Reporter:  [EMAIL PROTECTED]  |       Owner:  adrian
     Type:  defect                   |      Status:  new   
 Priority:  normal                   |   Milestone:        
Component:  Validators               |     Version:  SVN   
 Severity:  normal                   |    Keywords:        
-------------------------------------+--------------------------------------
 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.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/2685>
Django <http://code.djangoproject.org/>
The web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---

Reply via email to