Added a space after the legacy sortable_by parameter to separate it.

master
Brandon Taylor 2014-10-24 20:31:02 -04:00
parent 116a933d92
commit 5eaf0987b9
1 changed files with 1 additions and 0 deletions

View File

@ -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: