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 af2c4a6 commit 4fe0ab5Copy full SHA for 4fe0ab5
rest_framework/generics.py
@@ -2,6 +2,7 @@
2
Generic views that provide commonly needed behaviour.
3
"""
4
from typing import Iterable
5
+
6
from django.core.exceptions import ValidationError
7
from django.db.models.query import QuerySet
8
from django.http import Http404
0 commit comments