mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-28 00:49:49 +03:00
include
This commit is contained in:
parent
e431bfaa14
commit
6e2871680d
|
@ -2,7 +2,7 @@ import unittest
|
||||||
from collections import namedtuple
|
from collections import namedtuple
|
||||||
|
|
||||||
from django.test import TestCase
|
from django.test import TestCase
|
||||||
from django.urls import Resolver404, URLResolver, path, re_path
|
from django.urls import Resolver404, URLResolver, include, path, re_path
|
||||||
from django.urls.resolvers import RegexPattern
|
from django.urls.resolvers import RegexPattern
|
||||||
|
|
||||||
from rest_framework.test import APIRequestFactory
|
from rest_framework.test import APIRequestFactory
|
||||||
|
|
Loading…
Reference in New Issue
Block a user