mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 12:30:11 +03:00
typo fixed
This commit is contained in:
parent
2bc4d755fa
commit
64a876d0d0
|
@ -12,7 +12,7 @@ from django.utils.safestring import SafeData, mark_safe
|
||||||
|
|
||||||
from rest_framework.compat import (
|
from rest_framework.compat import (
|
||||||
NoReverseMatch, apply_markdown, pygments_highlight, reverse,
|
NoReverseMatch, apply_markdown, pygments_highlight, reverse,
|
||||||
template_render,
|
template_render
|
||||||
)
|
)
|
||||||
from rest_framework.renderers import HTMLFormRenderer
|
from rest_framework.renderers import HTMLFormRenderer
|
||||||
from rest_framework.utils.urls import replace_query_param
|
from rest_framework.utils.urls import replace_query_param
|
||||||
|
|
Loading…
Reference in New Issue
Block a user