daniyalzade / django_reverse_admin

Django Reverse Admin
BSD 3-Clause "New" or "Revised" License
199 stars 54 forks source link

Better raise exceptions #304

Open gutierri opened 3 months ago

gutierri commented 3 months ago

Currently, the exceptions raised are not handled in the view correctly, causing a 500 error to be generated when not in the DEBUG environment.

The suggestion is to improve error handling instead of exceptions in the entire admin view, generating error 500.