#16705: r13746 makes invalid assumption that QUERY_STRING exists
------------------------------------+---------------------------------
Reporter: raylu | Owner: nobody
Type: Bug | Status: new
Milestone: | Component: Generic views
Version: SVN | Severity: Release blocker
Resolution: | Keywords:
Triage Stage: Accepted | Has patch: 1
Needs documentation: 0 | Needs tests: 1
Patch needs improvement: 1 | Easy pickings: 1
UI/UX: 0 |
------------------------------------+---------------------------------
Comment (by raylu):
This one line change is tested by the same tests as the rest of
[https://code.djangoproject.com/changeset/13746 r13746].
It does not make the assumption since .get() returns None rather than
throwing an exception. The None is checked on the very next line.
--
Ticket URL: <https://code.djangoproject.com/ticket/16705#comment:2>
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.