On Fri, Oct 23, 2015 at 12:59 PM, guettli <[email protected]> wrote: > API proposal: > > Add a new kwarg to reverse(): > > reverse(..., get=None) > > > Example: reverse('my_view_name', kwargs={'pk': '1'}, get=dict(param='value')
Would 'get' be a dict or a querydict? (URL parameters can be repeated, dict keys cannot.) Cheers Tom -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CAFHbX1LmPAtgX1jykxYb-qx1eVn6ig4LLM96w0s0LNuomr7iTg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
