From a8d12bc28069d56e0306770ab9c73738293663f7 Mon Sep 17 00:00:00 2001 From: Ryan Rubin Date: Fri, 25 May 2018 10:11:46 -0500 Subject: Fixed #29400 -- Fixed crash in custom template filters that use decorated functions. Regression in 620e9dd31a2146d70de740f96a8cb9a6db054fc7. --- docs/releases/2.0.6.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/releases/2.0.6.txt b/docs/releases/2.0.6.txt index 659c3533e7..5d401a7ea9 100644 --- a/docs/releases/2.0.6.txt +++ b/docs/releases/2.0.6.txt @@ -9,4 +9,5 @@ Django 2.0.6 fixes several bugs in 2.0.5. Bugfixes ======== -* ... +* Fixed a regression that broke custom template filters that use decorators + (:ticket:`29400`). -- cgit v1.3