1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #20995 -- Added support for iterables of template names to {% include %} template tag.

Thanks Adam Johnson for the review.
This commit is contained in:
Keshav Kumar
2020-02-02 22:18:07 +05:30
committed by Mariusz Felisiak
parent 8690878507
commit f37d548ede
4 changed files with 37 additions and 3 deletions

View File

@@ -322,6 +322,8 @@ Templates
and :ttag:`blocktrans` template tags aliases continue to work, and will be
retained for the foreseeable future.
* The :ttag:`include` template tag now accepts iterables of template names.
Tests
~~~~~