diff options
| author | fabrizio ettore messina <fabrizio.messina@mistralpay.com> | 2015-08-11 13:35:50 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-09-18 19:04:29 -0400 |
| commit | 186eb21dc159807dba83148f7c9c50d470745708 (patch) | |
| tree | b906d98d94bde119bef7ee542cb842e91f1c51ab /docs/releases | |
| parent | d8d853378b3ff75c03d8bd91ea026d2b8c642b0f (diff) | |
Fixed #25269 -- Allowed method_decorator() to accept a list/tuple of decorators.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.9.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt index c2079f27d0..3f101a5f94 100644 --- a/docs/releases/1.9.txt +++ b/docs/releases/1.9.txt @@ -378,8 +378,9 @@ Generic Views * Class-based views generated using ``as_view()`` now have ``view_class`` and ``view_initkwargs`` attributes. -* :func:`~django.utils.decorators.method_decorator` can now be used to - :ref:`decorate classes instead of methods <decorating-class-based-views>`. +* :func:`~django.utils.decorators.method_decorator` can now be used with a list + or tuple of decorators. It can also be used to :ref:`decorate classes instead + of methods <decorating-class-based-views>`. Internationalization ^^^^^^^^^^^^^^^^^^^^ |
