Re: [Django] #25582: Add a way to build URLs with query strings

2023-11-24 Thread Django
#25582: Add a way to build URLs with query strings
+---
 Reporter:  Thomas Güttler  |Owner:  Daniel Rios
 Type:  New feature |   Status:  assigned
Component:  Core (URLs) |  Version:  dev
 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
+---
Changes (by Sage Abdullah):

 * cc: Sage Abdullah (added)


-- 
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018c01270cbc-e26a6651-53bb-49a6-b828-d39c862f1599-00%40eu-central-1.amazonses.com.


Re: [Django] #25582: Add a way to build URLs with query strings

2023-11-13 Thread Django
#25582: Add a way to build URLs with query strings
+---
 Reporter:  Thomas Güttler  |Owner:  Daniel Rios
 Type:  New feature |   Status:  assigned
Component:  Core (URLs) |  Version:  dev
 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
+---
Changes (by Tom Carrick):

 * cc: Tom Carrick (added)


-- 
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018bc8c356e8-3a0265bc-056c-4d19-a5d8-d3ecb1ab4426-00%40eu-central-1.amazonses.com.


Re: [Django] #25582: Add a way to build URLs with query strings

2023-06-01 Thread Django
#25582: Add a way to build URLs with query strings
+---
 Reporter:  Thomas Güttler  |Owner:  Daniel Rios
 Type:  New feature |   Status:  assigned
Component:  Core (URLs) |  Version:  dev
 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 Daniel Rios):

 Hi- I am at the sprints of DjangoConEU 2023 and have rediscovered this
 ticket I assigned to myself long ago. I am restarting working on it!

-- 
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/01070188769f1a8b-0874283b-803a-4edf-812e-ad46cc041f20-00%40eu-central-1.amazonses.com.


Re: [Django] #25582: Add a way to build URLs with query strings

2021-12-17 Thread Django
#25582: Add a way to build URLs with query strings
+---
 Reporter:  Thomas Güttler  |Owner:  Daniel Rios
 Type:  New feature |   Status:  assigned
Component:  Core (URLs) |  Version:  dev
 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
+---
Changes (by Carsten Fuchs):

 * cc: Carsten Fuchs (added)


-- 
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.870622f8175918736458c6e81c84e9b8%40djangoproject.com.


Re: [Django] #25582: Add a way to build URLs with query strings

2019-12-08 Thread Django
#25582: Add a way to build URLs with query strings
+---
 Reporter:  Thomas Güttler  |Owner:  Daniel Rios
 Type:  New feature |   Status:  assigned
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
+---
Changes (by thenewguy):

 * cc: thenewguy (added)


Comment:

 Something prettier than `{% url 'admin:login' %}?next={{
 request.path|urlencode }}` would be awesome and make templates more
 readable

-- 
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.7bf6fdb4c61f849ea9eb6e9b641a90a3%40djangoproject.com.


Re: [Django] #25582: Add a way to build URLs with query strings

2019-06-27 Thread Django
#25582: Add a way to build URLs with query strings
+---
 Reporter:  Thomas Güttler  |Owner:  Daniel Rios
 Type:  New feature |   Status:  assigned
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
+---
Changes (by Daniel Rios):

 * owner:  nobody => Daniel Rios
 * status:  new => assigned


-- 
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.127e06d459a2fe5a84ea4261a3c2f992%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25582: Add a way to build URLs with query strings

2019-04-24 Thread Django
#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
+
Changes (by Will Gordon):

 * cc: Will Gordon (added)


-- 
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.8081bcf205be96cc670163d4ac2b1a6b%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25582: Add a way to build URLs with query strings

2018-09-26 Thread Django
#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
+
Changes (by Herbert Fortes):

 * cc: Herbert Fortes (added)


-- 
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.048f253f8ae1341d03e88d26d3eab633%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25582: Add a way to build URLs with query strings

2018-09-24 Thread Django
#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: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
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.


Re: [Django] #25582: Add a way to build URLs with query strings

2018-02-01 Thread Django
#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
+
Changes (by Ning):

 * cc: Ning (added)


-- 
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.cb0c0dc1b588c88e6dd94403b4594b8e%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25582: Add a way to build URLs with query strings

2017-12-08 Thread Django
#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 Aymeric Augustin):

 The reason is explained in the comment just above yours.

 Please consider that you're expressing your frustration in a way that's
 unlikely to motivate volunteers to work for free for you.

-- 
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.ccb418c298d3c257424ca10062b4c603%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25582: Add a way to build URLs with query strings

2017-12-08 Thread Django
#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 Sina):

 Any update on this guys? this is now more than 2 years!!!
 Why a MUST have simple feature like this should take two years to
 implement?

-- 
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.45d39dcbe5832e261216e3fa1e59ee22%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25582: Add a way to build URLs with query strings

2016-02-25 Thread Django
#25582: Add a way to build URLs with query strings
-+
 Reporter:  guettli  |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 timgraham):

 The [https://groups.google.com/d/topic/django-
 developers/_ZuTpMEATiM/discussion discussion on django-developers] hasn't
 yielded a consensus on what the solution should look like.

 I closed #26276 as a duplicate -- it suggests adding `query` and
 `fragment` parameters to `reverse()`.

--
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.4acbde2ffa173b7276e90cc99c7baf29%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25582: Add a way to build URLs with query strings

2016-02-25 Thread Django
#25582: Add a way to build URLs with query strings
-+
 Reporter:  guettli  |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 guettli):

 Replying to [comment:4 guettli]:
 > @spookylukey for me this ticket is solved by this:
 >
 > {{{
 > def reverse(*args, **kwargs):
 > get = kwargs.pop('get', {})
 > url = orig_reverse(*args, **kwargs)
 > if get:
 > url += '?' + urllib.urlencode(get)
 > return url
 > }}}
 >
 > It is not difficult. The question is if it will be handy in django core.
 >

 Unfortunatley urlencode(get) fails if the dictionary get contains unicode.
 Related: http://stackoverflow.com/questions/6480723/urllib-urlencode-
 doesnt-like-unicode-values-how-about-this-workaround

--
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.ebcf4736a0d411fd31c6113c575badf9%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25582: Add a way to build URLs with query strings

2016-02-25 Thread Django
#25582: Add a way to build URLs with query strings
-+
 Reporter:  guettli  |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 guettli):

 Replying to [comment:3 spookylukey]:
 > As per my comment on #10941:
 >
 > I think this whole area is solved by
 >
 > 1) For Python code: urlobject
 ​https://github.com/zacharyvoase/urlobject/ and furl
 ​https://github.com/gruns/furl
 > 2) For template code: django-spurl - ​https://github.com/j4mie/django-
 spurl

 I would like to see a solution in django core. I guess the django core
 developers don't want to pull in a dependency of one of the above
 packages.

 If urlencode() would support unicode, the fix would be trival. But even
 with the current urlencode() of Python 2.7 the issue can be solved in
 django core easily.

--
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.f08bdba4e6a2a31acb926138b17d38a7%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25582: Add a way to build URLs with query strings

2016-02-25 Thread Django
#25582: Add a way to build URLs with query strings
-+
 Reporter:  guettli  |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 guettli):

 Unfortunatley urlencode(get) fails if the dictionary get contains unicode.
 Related: http://stackoverflow.com/questions/6480723/urllib-urlencode-
 doesnt-like-unicode-values-how-about-this-workaround

--
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.758101538be6fe0297e9311e670889f9%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25582: Add a way to build URLs with query strings

2015-10-23 Thread Django
#25582: Add a way to build URLs with query strings
-+
 Reporter:  guettli  |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 guettli):

 @spookylukey for me this ticket is solved by this:

 {{{
 def reverse(*args, **kwargs):
 get = kwargs.pop('get', {})
 url = orig_reverse(*args, **kwargs)
 if get:
 url += '?' + urllib.urlencode(get)
 return url
 }}}

 It is not difficult. The question is if it will be handy in django core.

--
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.186816c4ba07c2565c1d48c1d67d06d6%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25582: Add a way to build URLs with query strings

2015-10-23 Thread Django
#25582: Add a way to build URLs with query strings
-+
 Reporter:  guettli  |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 spookylukey):

 As per my comment on #10941:

 I think this whole area is solved by

 1) For Python code: urlobject  ​https://github.com/zacharyvoase/urlobject/
 and furl  ​https://github.com/gruns/furl
 2) For template code: django-spurl - ​https://github.com/j4mie/django-
 spurl

--
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.7108f053da67ad6a85a0b2fd6cef906f%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25582: Add a way to build URLs with query strings

2015-10-23 Thread Django
#25582: Add a way to build URLs with query strings
-+
 Reporter:  guettli  |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 DheerendraRathor):

 Changing anything in `{% url %}` might create a mess. IMHO creating a new
 tag which accept a dictionary or list of tuples will practically serve the
 purpose.

--
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.2a77c26bebfbc2f5d6ecb80bb5c9%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25582: Add a way to build URLs with query strings (was: reverse() to url including GET parameters: .../myview?foo=bar)

2015-10-21 Thread Django
#25582: Add a way to build URLs with query strings
-+
 Reporter:  guettli  |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
-+
Changes (by timgraham):

 * needs_better_patch:   => 0
 * needs_tests:   => 0
 * version:  1.8 => master
 * needs_docs:   => 0
 * stage:  Unreviewed => Accepted


Comment:

 I'm not positive this is something which should live in Django, but if
 not, we could probably at least add some guidance to the docs about how to
 go about it. If we do add it, it likely needs a discussion on the
 DevelopersMailingList to figure out what the API should look like. See
 also #10941 which asks for a template tag for creating query strings in
 templates.

--
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.a0de586a2e0f5e6101b17182fa27774c%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.