#25582: Add a way to build URLs with query strings
--------------------------------+------------------------------------
     Reporter:  Thomas Güttler  |                    Owner:  nobody
         Type:  New feature     |                   Status:  new
    Component:  Core (URLs)     |                  Version:  master
     Severity:  Normal          |               Resolution:
     Keywords:                  |             Triage Stage:  Accepted
    Has patch:  0               |      Needs documentation:  0
  Needs tests:  0               |  Patch needs improvement:  0
Easy pickings:  0               |                    UI/UX:  0
--------------------------------+------------------------------------

Comment (by xtsimpouris):

 It feels more like this is missing from core rather than an enhancement. A
 URL can be with a query string or without a query string, the same goes
 also for fragment and in any case all URLs are assumed to be valid. Having
 this in mind, it makes sense that `url` tag should handle all the above
 cases by default. That way, it would provide a robust and unified solution
 for URL creation, maybe with auto escape features. Now, by trying to write
 another tag and/or searching for a solution around the internet feels like
 ''django can't handle creating valid URLs''?

-- 
Ticket URL: <https://code.djangoproject.com/ticket/25582#comment:12>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" 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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.c5246b3d020d3ec7ee7ef62a5cb13b7d%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to