Expose api.SortColumn
even though we probably shouldn't? guess we'll see
This commit is contained in:
parent
300efe4877
commit
14778757d9
|
@ -27,7 +27,7 @@ Tailbone Web API
|
|||
from __future__ import unicode_literals, absolute_import
|
||||
|
||||
from .core import APIView, api
|
||||
from .master import APIMasterView
|
||||
from .master import APIMasterView, SortColumn
|
||||
|
||||
|
||||
def includeme(config):
|
||||
|
|
Loading…
Reference in a new issue