django-admin-sortable2
django-admin-sortable2 copied to clipboard
Cannot sort objects that are hidden from default model manager
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.