mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #29617 -- Fixed Template crash if template_string is lazy.
Regression in 3a148f958d
.
This commit is contained in:
parent
4198445afc
commit
9f3b9ffd51
3 changed files with 12 additions and 2 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue