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.
2 parents f560902 + bc1266c commit 5cc0930Copy full SHA for 5cc0930
cursor_pagination.py
@@ -1,8 +1,5 @@
1
from base64 import b64decode, b64encode
2
-try:
3
- from collections.abc import Sequence
4
-except ImportError:
5
- from collections import Sequence
+from collections.abc import Sequence
6
7
from django.db.models import Field, Func, Value, TextField
8
from django.utils.translation import gettext_lazy as _
0 commit comments