mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Bug Fix : sortable was last argument
This commit is contained in:
parent
a84bb00210
commit
6019c0dd4f
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ class TreeEditor(admin.ModelAdmin):
|
|||
self.list_display_links, self.list_filter, self.date_hierarchy,
|
||||
self.search_fields, self.list_select_related,
|
||||
self.list_per_page, self.list_max_show_all,
|
||||
self.list_editable, self.sortable_by, self)
|
||||
self.list_editable, self, self.sortable_by)
|
||||
else:
|
||||
params = (
|
||||
request, self.model, list_display,
|
||||
|
|
|
|||
Loading…
Reference in a new issue