• 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
Name
Last commit
Last update
..
contrib Loading commit data...
form Loading commit data...
model Loading commit data...
static Loading commit data...
templates Loading commit data...
tests Loading commit data...
translations Loading commit data...
__init__.py Loading commit data...
_backwards.py Loading commit data...
_compat.py Loading commit data...
actions.py Loading commit data...
babel.py Loading commit data...
base.py Loading commit data...
consts.py Loading commit data...
helpers.py Loading commit data...
menu.py Loading commit data...
tools.py Loading commit data...