Development #7592
Add a CBV mixin to support multiple template names
Start date:
17 Jun 2015
Due date:
% Done:
100%
Estimated time:
Patch proposed:
No
Planning:
Description
Default TemplateView only support one template name in the template_name field but the method get_template_names() which read it can return many. This new mixin return the value of the field template_names
if found.
Associated revisions
History
Updated by Benjamin Dauvergne over 5 years ago
- Status changed from Nouveau to Résolu (à déployer)
- % Done changed from 0 to 100
Appliqué par commit authentic2|671fff82c8964a88feb87127bbe85351a96ba7ab.
Updated by Benjamin Dauvergne about 5 years ago
- Status changed from Résolu (à déployer) to Solution déployée
cbv: add a TemplateNamesMixin to allow multiple template names (fixes #7592)