#13111: 1.1.X: decorators broken by r12763
------------------------------------+---------------------------------------
Reporter: kmtracey | Owner: nobody
Status: closed | Milestone: 1.2
Component: Uncategorized | Version: SVN
Resolution: fixed | Keywords:
Stage: Accepted | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
------------------------------------+---------------------------------------
Changes (by russellm):
* status: new => closed
* resolution: => fixed
Comment:
Digging into this a big more, I think this was an overenthusiastic
backmerge on my part.
The original problem from #13093 only deals with decorated class-like
views. [12399] made some pretty big changes to decorator_from_middleware,
in turn fixing problems introduced by [11586], which was addressing
problems decorating bound methods rather than functions.
Effectively, this means that there was no way to decorate a class-like
view in Django 1.1 -- at least, not with the Django-provided utilities.
Therefore, a backport of [12763] isn't required.
Apologies for the temporary instability on 1.1.X; I'm going to close this
fixed, as the revert from [12776] is what was required.
--
Ticket URL: <http://code.djangoproject.com/ticket/13111#comment:3>
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.