Changes between Version 1 and Version 2 of Ticket #35529
- Timestamp:
- Jun 18, 2024, 2:41:02 AM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35529 – Description
v1 v2 13 13 + {"query_string_dict": "{% query_string my_dict %}"} 14 14 + ) 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): 16 16 + context = {"my_dict": {"a": 1, "b": 2}} 17 17 + output = self.engine.render_to_string("query_string_dict", context)