Changes between Initial Version and Version 2 of Ticket #34823


Ignore:
Timestamp:
Sep 8, 2023, 6:36:39 PM (12 months ago)
Author:
Arian
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34823 – Description

    initial v2  
    22This occurs when a rendered template does not define a name.
    33
    4 ```
     4{{{
    55Traceback (most recent call last):
    66  File "/home/.../admin-frontend/admin_frontend/admin_cash/tests/test_views.py", line 19, in test_get_context_data
     
    1313    % (template_name, ", ".join(template_names)),
    1414TypeError: sequence item 0: expected str instance, NoneType found
    15 ```
     15}}}
Back to Top