Changes between Initial Version and Version 1 of Ticket #28125
- Timestamp:
 - Apr 25, 2017, 11:23:10 AM (9 years ago)
 
Legend:
- Unmodified
 - Added
 - Removed
 - Modified
 
- 
      
Ticket #28125
- Property Component Template system → Documentation
 - Property Owner changed from to
 - Property Status new → assigned
 - Property Summary Calling render on a Template object passing a dict fails → Clarify 1.11 release notes about which Template class prohibits non-dict contexts
 - Property Type Bug → Cleanup/optimization
 
 - 
      
Ticket #28125 – Description
initial v1 1 According to the release docs for 1.11 any call to `render()` on a `Template` object you need to pass a `dict`1 According to the release docs for 1.11 any call to `render()` on a `Template` object you need to pass a `dict` 2 2 https://docs.djangoproject.com/en/1.11/releases/1.11/#django-template-render-prohibits-non-dict-context 3 3