We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca863a commit ed9d5caCopy full SHA for ed9d5ca
flask_combo_jsonapi/data_layers/filtering/alchemy.py
@@ -1,7 +1,7 @@
1
"""Helper to create sqlalchemy filters according to filter querystring parameter"""
2
from typing import Any, List, Tuple
3
4
-from marshmallow_jsonapi.flask import Relationship
+from marshmallow_jsonapi.fields import Relationship
5
from sqlalchemy import and_, or_, not_, sql
6
from sqlalchemy.orm import aliased
7
0 commit comments