* cc: hirokiky@… (added)
* needs_docs: 0 => 1
* has_patch: 0 => 1
* needs_tests: 0 => 1
Comment:
I fixed decorator_from_middleware to support multiple arguments caused by
gwilson's idea,
here this
(https://github.com/hirokiky/django/commit/2db135897f7dcc86861d4e3d6328e8d86a3ecf4c)
.
It passed the existing tests by Python2.7.1 and Python 3.3.
But, It needs more testes, and documentation.
--
Ticket URL: <https://code.djangoproject.com/ticket/5797#comment:7>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => hirokiky
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/5797#comment:8>
* needs_docs: 1 => 0
* needs_tests: 1 => 0
Comment:
I send the pull-request here (https://github.com/django/django/pull/659).
--
Ticket URL: <https://code.djangoproject.com/ticket/5797#comment:9>
* owner: hirokiky =>
* status: assigned => new
* has_patch: 1 => 0
Comment:
The pull-requelt doesn't work current master brunch.
(https://github.com/django/django/pull/659)
--
Ticket URL: <https://code.djangoproject.com/ticket/5797#comment:10>
* needs_better_patch: 0 => 1
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/5797#comment:11>
Comment (by auvipy):
Replying to [comment:10 hirokiky]:
> The pull-requelt doesn't work current master brunch.
(https://github.com/django/django/pull/659)
so to make it properly need to rework based on this
https://github.com/hirokiky/django/commit/2db135897f7dcc86861d4e3d6328e8d86a3ecf4c
against master right?
--
Ticket URL: <https://code.djangoproject.com/ticket/5797#comment:12>
* cc: Herbert Fortes (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/5797#comment:13>