#10941: Add a templatetag to generate querystrings
---------------------------------+------------------------------------
     Reporter:  benspaulding     |                    Owner:
         Type:  New feature      |                   Status:  new
    Component:  Template system  |                  Version:  master
     Severity:  Normal           |               Resolution:
     Keywords:  pagination       |             Triage Stage:  Accepted
    Has patch:  0                |      Needs documentation:  0
  Needs tests:  0                |  Patch needs improvement:  0
Easy pickings:  0                |                    UI/UX:  0
---------------------------------+------------------------------------

Comment (by spookylukey):

 I think this whole area is solved by django-spurl  -
 https://github.com/j4mie/django-spurl

 It builds on urlobject which can be used for Python code:
 https://github.com/zacharyvoase/urlobject/

 There is also furl for Python code: https://github.com/gruns/furl

 I don't think we need to duplicate any of these within Django.  Having a
 template tag to do 1/10 of what spurl does is just an invitation to
 include more and more of spurl's functionality.  It might be useful to
 have some links to spurl in the documentation.

--
Ticket URL: <https://code.djangoproject.com/ticket/10941#comment:25>
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/070.e3732b16d89dca9039aec53d9bcb501c%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to