mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-18 12:12:19 +03:00
Merge branch 'feature/flexible-throttling-intervals' of https://github.com/PravinKamble123/django-rest-framework into feature/flexible-throttling-intervals
This commit is contained in:
commit
97af7999e9
|
@ -5,7 +5,7 @@ import time
|
||||||
|
|
||||||
from django.core.cache import cache as default_cache
|
from django.core.cache import cache as default_cache
|
||||||
from django.core.exceptions import ImproperlyConfigured
|
from django.core.exceptions import ImproperlyConfigured
|
||||||
from utils.throttling_duration_parser import parse_quantity_and_unit
|
from rest_framework.utils.throttling_duration_parser import parse_quantity_and_unit
|
||||||
|
|
||||||
from rest_framework.settings import api_settings
|
from rest_framework.settings import api_settings
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user