Added a space after the legacy sortable_by parameter to separate it.
parent
116a933d92
commit
5eaf0987b9
|
|
@ -32,6 +32,7 @@ class Sortable(models.Model):
|
||||||
|
|
||||||
# legacy support
|
# legacy support
|
||||||
sortable_by = None
|
sortable_by = None
|
||||||
|
|
||||||
sortable_foreign_key = None
|
sortable_foreign_key = None
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue