diff options
| author | Dražen Odobašić <dodobas@quaternion.co> | 2018-07-31 15:57:11 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-07-31 09:57:28 -0400 |
| commit | 4dadf4eb7bad7c8e9154ff86e7e42ed846c8974d (patch) | |
| tree | 698896abc7ec6a1fc040b030b65fb2061936ea91 /docs | |
| parent | 74d039e317e2654fd252b486419aa47c3c86dc18 (diff) | |
[2.1.x] Fixed #29617 -- Fixed Template crash if template_string is lazy.
Regression in 3a148f958dddd97c1379081118c30fbede6b6bc4.
Backport of 9f3b9ffd51c71d96728df9ee16f5a57c6f3b315d from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.0.8.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.0.8.txt b/docs/releases/2.0.8.txt index c83a60cf81..16f4f4aede 100644 --- a/docs/releases/2.0.8.txt +++ b/docs/releases/2.0.8.txt @@ -11,3 +11,6 @@ Bugfixes * Fixed a regression in Django 2.0.7 that broke the ``regex`` lookup on MariaDB (even though MariaDB isn't officially supported) (:ticket:`29544`). + +* Fixed a regression where ``django.template.Template`` crashed if the + ``template_string`` argument is lazy (:ticket:`29617`). |
