Changes between Initial Version and Version 2 of Ticket #34823
- Timestamp:
- Sep 8, 2023, 6:36:39 PM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34823 – Description
initial v2 2 2 This occurs when a rendered template does not define a name. 3 3 4 ``` 4 {{{ 5 5 Traceback (most recent call last): 6 6 File "/home/.../admin-frontend/admin_frontend/admin_cash/tests/test_views.py", line 19, in test_get_context_data … … 13 13 % (template_name, ", ".join(template_names)), 14 14 TypeError: sequence item 0: expected str instance, NoneType found 15 ``` 15 }}}