Changes between Initial Version and Version 1 of Ticket #27974, comment 1
- Timestamp:
- Mar 21, 2017, 5:06:32 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27974, comment 1
initial v1 15 15 template = context.template.engine.get_template(template_name) 16 16 }}} 17 18 Edit:// Note that RenderContext explains this behavior: https://github.com/django/django/blob/325db2a8c3453a56db5e0df0eed37476eb67802d/django/template/context.py#L177-L190 (for better or worse)