Opened 10 years ago

Closed 10 years ago

#22387 closed Cleanup/optimization (fixed)

admin.SimpleListFilter No exception message supplied

Reported by: drumchaps@… Owned by: nobody
Component: Uncategorized Version: 1.6
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

There is no error to raise when implementing a SimpleListFilter and not overriding the queryset method.

NotImplementedError at /path_to/admin/
No exception message supplied

Change History (1)

comment:1 by Alex Gaynor, 10 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top