Skip to content

Compatibility with djangoadmin_reorder #251

Open
@pakal

Description

@pakal

Just in case someone stumbles on this :

the sorting page doesn't get updated by djangoadmin_reorder, because it uses direct render and not template reponse ;

so one should replace in dminsortable\admin.py :

return render(request, self.sortable_change_list_template, context)

with

return TemplateResponse(request, self.sortable_change_list_template, context)

to make everything work again

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions