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'
Change History (3)
comment:1 by , 10 years ago
Cc: | added |
---|---|
Has patch: | set |
comment:2 by , 10 years ago
Ohh... I didn't read the part about updating our dependency. This is just a workaround. :)
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Possible solution: https://github.com/django/djangoproject.com/pull/125