Opened 15 years ago
Closed 15 years ago
#14554 closed (fixed)
BaseDateListView.get_dated_items should raise NotImplementedError
| Reported by: | Matt McClanahan | Owned by: | nobody |
|---|---|---|---|
| Component: | Generic views | Version: | dev |
| Severity: | 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
NotImplemented isn't an exception.
Note:
See TracTickets
for help on using tickets.
(In [14373]) Fixed #14554 -- Raise the actual NotImplementedError exception, not the NotImplemented comparison value. Thanks to mattmcc for the report.