Fixed a typp in adminsortable/fields.py comments.

Updated readme.
This commit is contained in:
Brandon Taylor
2015-09-07 21:26:36 -04:00
parent bee71e6d40
commit 2543f02ce7
2 changed files with 7 additions and 12 deletions
+1 -1
View File
@@ -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):