Update rest_framework/pagination.py

This commit is contained in:
Asif Saif Uddin 2023-06-12 13:04:16 +06:00 committed by GitHub
parent 34068c2cf7
commit 58bbe9badb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ from django.template import loader
from django.utils.encoding import force_str
from django.utils.translation import gettext_lazy as _
from rest_framework import RemovedInDRF315Warning
from rest_framework import RemovedInDRF317Warning
from rest_framework.compat import coreapi, coreschema
from rest_framework.exceptions import NotFound
from rest_framework.response import Response