Opened 10 years ago

Closed 10 years ago

#21633 closed Bug (invalid)

django.utils.functional.update_wrapper is missing

Reported by: mbertheau@… Owned by: nobody
Component: Utilities Version: 1.6
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

It was removed, afaict accidentally, in https://github.com/django/django/commit/876fc391

Please add it back as it breaks backwards compatibility.

Change History (1)

comment:1 by Aymeric Augustin, 10 years ago

Resolution: invalid
Status: newclosed

It's available in the standard library, there's no point in importing it from django.utils.functional, is there?

Note: See TracTickets for help on using tickets.
Back to Top