diff options
| author | Tim Graham <timograham@gmail.com> | 2016-05-20 10:50:51 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-05-20 11:44:29 -0400 |
| commit | 46a38307c245ab7ed0b4d5d5ebbaf523a81e3b75 (patch) | |
| tree | 214e952529a3d125d0efb097af9c4caa7e12635f /docs/ref/utils.txt | |
| parent | 1915a7e5c56d996b0e98decf8798c7f47ff04e76 (diff) | |
Removed versionadded/changed annotations for 1.9.
Diffstat (limited to 'docs/ref/utils.txt')
| -rw-r--r-- | docs/ref/utils.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index 1b527277af..d97a0becb1 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -161,12 +161,6 @@ The functions defined in this module share the following properties: See :ref:`decorating class based views <decorating-class-based-views>` for example usage. - .. versionchanged:: 1.9 - - The ability to decorate classes, the ``name`` parameter, and the ability - for ``decorator`` to accept a list/tuple of decorator functions were - added. - .. function:: decorator_from_middleware(middleware_class) Given a middleware class, returns a view decorator. This lets you use @@ -883,10 +877,6 @@ appropriate entities. If ``value`` is ``"你好 World"``, the output will be ``"你好-world"``. - .. versionchanged:: 1.9 - - The ``allow_unicode`` parameter was added. - .. _time-zone-selection-functions: ``django.utils.timezone`` @@ -1012,10 +1002,6 @@ appropriate entities. ``is_dst`` has no effect when ``pytz`` is not installed. - .. versionchanged:: 1.9 - - The ``is_dst`` argument was added. - .. function:: make_naive(value, timezone=None) Returns an naive :class:`~datetime.datetime` that represents in |
