Opened 10 years ago

Closed 10 years ago

#23885 closed Bug (fixed)

Docs search view throws an exception when accessed via GET

Reported by: Tim Graham Owned by: nobody
Component: *.djangoproject.com Version:
Severity: Normal Keywords:
Cc: cmawebsite@… Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

DocSearchView inherits from haystack.views.SearchView, so possibly this should be fixed (or already is fixed) in upstream and we just need to update our dependency.

'DocSearchForm' object has no attribute 'cleaned_data'

https://docs.djangoproject.com/search/

Change History (3)

comment:1 by Collin Anderson, 10 years ago

Cc: cmawebsite@… added
Has patch: set

comment:2 by Collin Anderson, 10 years ago

Ohh... I didn't read the part about updating our dependency. This is just a workaround. :)

comment:3 by Tim Graham <timograham@…>, 10 years ago

Resolution: fixed
Status: newclosed

In 2fb9aa115bb5f5bda5bd90129f637c1613d7882c/djangoproject.com:

Fixed #23885 -- Fixed crash on an empty GET to /search/

Note: See TracTickets for help on using tickets.
Back to Top