You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
First of all, thanks for this great little project! It makes the django admin look a lot more logical to my users. However, I have noticed the following incorrect behavior:
After renaming apps and models using the {'label': 'New label'} syntax, the breadcrumbs shown in the top left corner of the django admin still have the original name. I'm using Python 3.4.2, Django 1.7, and django-modeladmin-reorder 0.1.2
The text was updated successfully, but these errors were encountered:
Thank You very much for your kind words. Really appreciate it.
It's going to be very difficult to to rename breadcrumb text using just a middleware. I mainly use this app for reordering apps, but I'll look into this as soon as I can.
In the mean time, if you figure out how to do this, pull requests are always welcome.
First of all, thanks for this great little project! It makes the django admin look a lot more logical to my users. However, I have noticed the following incorrect behavior:
After renaming apps and models using the
{'label': 'New label'}
syntax, the breadcrumbs shown in the top left corner of the django admin still have the original name. I'm using Python 3.4.2, Django 1.7, and django-modeladmin-reorder 0.1.2The text was updated successfully, but these errors were encountered: