sehmaschine / django-grappelli

A jazzy skin for the Django Admin-Interface (official repository).
http://www.grappelliproject.com
Other
3.77k stars 657 forks source link

#957 fix/dashboard-label for django 3.2 #961

Closed Goldziher closed 3 years ago

Goldziher commented 3 years ago

This PR address and fixes the issue reported #957, by changing the dashboard app label from "grappelli.dashboard" to "grappelli_dashboard".

This fixes the issue encountered with v3.2 of Django, which tests the app label using the isidentifier() built-in method. Please see the OP in issue 957 for explanation.