Opened 5 years ago

Last modified 5 years ago

#30318 closed Bug

Add new system check message when 'path.to.view' is cannot be imported — at Initial Version

Reported by: Alasdair Nicol Owned by: nobody
Component: Core (System checks) Version: 2.2
Severity: Release blocker Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

#29642 added checks for the signatures of custom error handlers.

When the 'path.to.view' cannot be imported, it raises ModuleNotFoundError, as seen in this Stack Overflow question

https://stackoverflow.com/q/55481810/113962

I suggest we catch the ModuleNotFoundError, and add another check code, e.g.

  • urls.E008: The custom handlerXXX view 'path.to.view' cannot be imported.

Change History (0)

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