#9590: CharField and TextField with blank=True, null=True saves u'' instead of
null
---------------------------------+------------------------------------------
Reporter: romke | Owner: nobody
Status: new | Milestone:
Component: Forms | Version: 1.0
Resolution: | Keywords: charfield, textfield, null
Stage: Unreviewed | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
---------------------------------+------------------------------------------
Changes (by ramiro):
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
I think this behavior ir related to the convention used by Django for
`CharField`'s and `TextField`'s with no value, the rationale is explained
in the section of documentation that describes the `null` field option:
http://docs.djangoproject.com/en/dev/ref/models/fields/#null
--
Ticket URL: <http://code.djangoproject.com/ticket/9590#comment:1>
Django <http://code.djangoproject.com/>
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?hl=en
-~----------~----~----~----~------~----~------~--~---