Removed print debug statement.
Updated readme and generated readme in Restructred Text format for PyPi.
This commit is contained in:
@@ -2,7 +2,6 @@ from .models import SortableMixin, SortableForeignKey
|
||||
|
||||
|
||||
def check_inheritance(cls):
|
||||
print 'check_inheritance: {}'.format(issubclass(type(cls), SortableMixin))
|
||||
return issubclass(type(cls), SortableMixin)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user