On Fri, Sep 19, 2014 at 5:13 AM, Tom Christie <[email protected]> wrote: > One point of clarity is that we ought to return the same type for each of > `reverse`, `request.path`, `request.get_full_path`, `request.path_info`, and > the values in the `request.GET` dictionary. Given that, the answer is > clearly "it should be a string".
>From my testing, these are all returning text strings except `reverse()`. The pull request for the reverse() fix can be found here: <https://github.com/django/django/pull/3239> -- You received this message because you are subscribed to the Google Groups "Django developers" 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/CADhq2b61tSxmGkpTnCgQ_51OZCkLzqHhKB1BwLy8jPoaXHRNAw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
