diff options
| author | Ryan Rubin <ryanmrubin@gmail.com> | 2018-05-25 10:11:46 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-05-25 11:11:46 -0400 |
| commit | a8d12bc28069d56e0306770ab9c73738293663f7 (patch) | |
| tree | c521f575b96c5470bd9c7a120b6c0762a02f69da /docs | |
| parent | 96ea4f875b289aef3372caf7851dabf64347ce8c (diff) | |
Fixed #29400 -- Fixed crash in custom template filters that use decorated functions.
Regression in 620e9dd31a2146d70de740f96a8cb9a6db054fc7.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.0.6.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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`). |
