#5622: Empty ipaddress raises an error (invalid input syntax for type inet: "")
-----------------------------+------------------------------------
Reporter: anonymous | Owner: nobody
Type: Bug | Status: new
Component: Forms | Version: SVN
Severity: Normal | Resolution:
Keywords: sprintdec01 | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1
Easy pickings: 0 | UI/UX: 0
-----------------------------+------------------------------------
Comment (by aashu_dwivedi):
can we really use empty_strings_allowed? from what i can see the only use
of {{{empty_strings_allowed}}} is to check
{{{
if (self.empty_strings_allowed and
connection.features.interprets_empty_strings_as_nulls):
self.null = True
}}}
which is the case for oracle.We can have blank values for integer field in
the db even if empty_strings_allowed is set to false for it.
--
Ticket URL: <https://code.djangoproject.com/ticket/5622#comment:48>
Django <https://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.