mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-04-03 06:30:28 +00:00
Added a space after the legacy sortable_by parameter to separate it.
This commit is contained in:
parent
116a933d92
commit
5eaf0987b9
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ class Sortable(models.Model):
|
|||
|
||||
# legacy support
|
||||
sortable_by = None
|
||||
|
||||
sortable_foreign_key = None
|
||||
|
||||
class Meta:
|
||||
|
|
|
|||
Loading…
Reference in a new issue