Changes between Initial Version and Version 1 of Ticket #35529
- Timestamp:
- Jun 18, 2024, 2:36:24 AM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35529 – Description
initial v1 1 1 Based off this discussion: https://forum.djangoproject.com/t/adding-a-template-tag-to-generate-query-strings/24521/28 2 2 3 Currenty `query_string` only supports a `QueryDict` as an argument .3 Currenty `query_string` only supports a `QueryDict` as an argument, consensus appears to want to update this to also support `Mapping[str, Any]` 4 4 5 5 {{{#!diff