• Jacob Magnusson's avatar
    Don’t initialize index_view twice · d5e8d270
    Jacob Magnusson authored
    Since #1238 was merged, `index_view` would be initialized twice, which
    caused the url of an `index_vew` passed in to `Admin.__init__()` not
    being read (causing 404s for me 😢). This PR fixes that.
    d5e8d270
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...