Expose api.SortColumn

even though we probably shouldn't?  guess we'll see
This commit is contained in:
Lance Edgar 2019-08-26 00:57:32 -05:00
parent 300efe4877
commit 14778757d9

View file

@ -27,7 +27,7 @@ Tailbone Web API
from __future__ import unicode_literals, absolute_import from __future__ import unicode_literals, absolute_import
from .core import APIView, api from .core import APIView, api
from .master import APIMasterView from .master import APIMasterView, SortColumn
def includeme(config): def includeme(config):