Fixed #29617 -- Fixed Template crash if template_string is lazy.

Regression in 3a148f958d.
This commit is contained in:
Dražen Odobašić 2018-07-31 15:57:11 +02:00 committed by Tim Graham
parent 4198445afc
commit 9f3b9ffd51
3 changed files with 12 additions and 2 deletions

View file

@ -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`).