It should display the bulk IP edit page.
A server error is returned. Exception is included below:
<class 'AttributeError'>
'str' object has no attribute '_meta'
Screenshot:

And finally here's a traceback from debug mode: traceback.log
As a temporary workaround until the next release, you can set DOCS_ROOT = None in configuration.py to avoid the exception.
Most helpful comment
As a temporary workaround until the next release, you can set
DOCS_ROOT = Noneinconfiguration.pyto avoid the exception.