Changes between Initial Version and Version 1 of Ticket #26253
- Timestamp:
- Feb 22, 2016, 6:40:00 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26253
- Property Summary TemplateResponse and BasicTemplateResponse: error message causes TypeError → TemplateResponse and SimpleTemplateResponse: error message causes TypeError
-
Ticket #26253 – Description
initial v1 1 When TemplateResponse or BasicTemplateResponseare called, a TypeError is thrown.1 When `TemplateResponse` or `SimpleTemplateResponse` are called, a TypeError is thrown. 2 2 3 This is because their __init__() creates a BackendTemplategiving only one argument to the constructor.3 This is because their `__init__() creates a `BackendTemplate` giving only one argument to the constructor. 4 4 5 5 The resulting error is obviously confusing and obfuscates the warning.