Fixed a typp in adminsortable/fields.py comments.
Updated readme.
This commit is contained in:
@@ -5,7 +5,7 @@ class SortableForeignKey(ForeignKey):
|
||||
"""
|
||||
Field simply acts as a flag to determine the class to sort by.
|
||||
This field replaces previous functionality where `sortable_by` was
|
||||
definied as a model property that specified another model class.
|
||||
defined as a model property that specified another model class.
|
||||
"""
|
||||
|
||||
def south_field_triple(self):
|
||||
|
||||
Reference in New Issue
Block a user