mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Fixed outdated import in django/utils/safestring.py.
The backported version of functools.wraps was removed in
13864703bc
.
This commit is contained in:
parent
5d674eac87
commit
f138e75910
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ that the producer of the string has already turned characters that should not
|
|||
be interpreted by the HTML engine (e.g. '<') into the appropriate entities.
|
||||
"""
|
||||
|
||||
from django.utils.functional import wraps
|
||||
from functools import wraps
|
||||
|
||||
|
||||
class SafeData:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue