Opened 14 years ago
Closed 14 years ago
#15724 closed (fixed)
django.utils.functional is missing update_wrapper import
Description ¶
Changeset 15927 for django/trunk/django/utils/functional.py contains:
from functools import wraps
but I think it should contain:
from functools import wraps, update_wrapper
At least "grappelli" requires "update_wrapper", so in my local copy I've added it in.
Note:
See TracTickets
for help on using tickets.
In [15965]: