summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorKrzysztof Jurewicz <krzysztof.jurewicz@laboratorium.ee>2013-05-21 18:01:29 +0200
committerKrzysztof Jurewicz <krzysztof.jurewicz@laboratorium.ee>2013-05-22 14:48:11 +0200
commitee8b810b977572e39dc6acf4d13cc5e05f4d65ee (patch)
treea677838603c8b187867192871de4993f4e9c5345 /docs/releases
parent0e51d8eb66121b2558a38c9f4e366df781046873 (diff)
Fixed #20478 – Added support for HTTP PATCH method in generic views.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/1.6.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt
index a1a29471a3..3bc5a0996c 100644
--- a/docs/releases/1.6.txt
+++ b/docs/releases/1.6.txt
@@ -258,6 +258,9 @@ Minor features
methods returning the first or last object matching the filters. Returns
``None`` if there are no objects matching.
+* :class:`~django.views.generic.base.View` and
+ :class:`~django.views.generic.base.RedirectView` now support HTTP PATCH method.
+
Backwards incompatible changes in 1.6
=====================================