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 545f068 commit a804f44Copy full SHA for a804f44
psqlextra/query.py
@@ -1,5 +1,6 @@
1
-from typing import List, Tuple, Optional, Dict, Any
2
from enum import Enum
+from typing import List, Tuple, Optional, Dict, Any
3
+from collections import OrderedDict
4
5
from django.db import models
6
from django.db.models import sql
0 commit comments