django-modeladmin-reorder icon indicating copy to clipboard operation
django-modeladmin-reorder copied to clipboard

Custom ordering for the apps and models in the admin app.

Results 24 django-modeladmin-reorder issues
Sort by recently updated
recently updated
newest added

Starting from 3.1, Django has a sidebar in the admin. The sidebar looks very much like the apps and models list on admin dashboard. Perhaps django-modelsadmin-reorder should handle the sidebar...

Hi, @mishbahr I really love this project, it is very useful in many situations, but I have seen that there is no activity for almost a year. So, if you...

Added support for Django 3.1 admin sidebar; removed use of django.utils.six

I am using it in Django 4.0.3 and it works without problems.

The only example in the configuration of ADMIN_REORDER that works is using the app name with no other customization, e.g., 'site'. Every other configuration results in nothing showing up. Does...

Thansk for this package Here is a little buglet : when I group models together under a single app-name, clicking on "cross referenced" models will lead to a page where...

Makes it easier to catch configuration mistakes that otherwise just tend to get overseen.

Hi! Thanks for the great work you've have been doing with this app. I forked it and added the capability to work with custom admin site object. I known that...

python 2.7, Django 1.9.9, django-modeladmin-reorder 0.3, 0.3.1 File "/home/pluton/Projects/Coffee/woolhouse/env/local/lib/python2.7/site-packages/admin_reorder/middleware.py", line 9, in except ModuleNotFoundError: NameError: name 'ModuleNotFoundError' is not defined