def assert_orderable(field): args = get_args(field) assert 'order_by' in args, \ 'Field cannot be ordered'