• Jacob Magnusson's avatar
    Allow exceptions to always be raised on view errors · 04914876
    Jacob Magnusson authored
    The current behavior to swallow exceptions makes it really hard to
    track down bugs in the system. I would recommend to make this the default,
    but I don’t want to impose so here’s a solution which requires the
    config option `ADMIN_RAISE_ON_VIEW_EXCEPTION` to be set.
    04914876
base.py 72.3 KB