#15724: django.utils.functional is missing update_wrapper import
--------------------------+---------------------------
 Reporter:  ijstokes      |         Owner:  nobody
   Status:  new           |     Milestone:
Component:  Core (Other)  |       Version:  SVN
 Keywords:                |  Triage Stage:  Unreviewed
Has patch:  1             |
--------------------------+---------------------------
 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.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/15724>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to