Opened 11 years ago
Closed 11 years ago
#21633 closed Bug (invalid)
django.utils.functional.update_wrapper is missing
Reported by: | 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.
Note:
See TracTickets
for help on using tickets.
It's available in the standard library, there's no point in importing it from django.utils.functional, is there?