django-admin-sortable2 icon indicating copy to clipboard operation
django-admin-sortable2 copied to clipboard

Cannot sort objects that are hidden from default model manager

Open adi- opened this issue 8 years ago • 0 comments

There is no option (that I am aware of) to specify which manager django-admin-sortable2 should use. When I have custom Manager for objects which hides some objects and Django Admin uses other custom Manager that shows all objects, django-admin-sortable2 cannot sort them – it just cannot see those hidden objects.

adi- avatar Oct 05 '17 12:10 adi-