If you try to manage to access a ModelAdmin with a non-sensical model (e.g.: http://example.com/admin/my-model-admin/EditForm/field/Acme-Web-Some-Models-That-Doesnt-exists) you get some pretty scary 500 error.
This should return either a 400 or 404 error.

PRs
If you try to manage to access a
ModelAdminwith a non-sensical model (e.g.:http://example.com/admin/my-model-admin/EditForm/field/Acme-Web-Some-Models-That-Doesnt-exists) you get some pretty scary 500 error.This should return either a 400 or 404 error.
PRs