Changes between Version 1 and Version 2 of Ticket #35529


Ignore:
Timestamp:
Jun 18, 2024, 2:41:02 AM (11 days ago)
Author:
Sarah Boyce
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35529 – Description

    v1 v2  
    1313+        {"query_string_dict": "{% query_string my_dict %}"}
    1414+    )
    15 +    def test_query_string_with_explicit_query_dict_and_no_request(self):
     15+    def test_query_string_with_explicit_dict_and_no_request(self):
    1616+        context = {"my_dict": {"a": 1, "b": 2}}
    1717+        output = self.engine.render_to_string("query_string_dict", context)
Back to Top