mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #25582 -- Added support for query and fragment to django.urls.reverse().
This commit is contained in:
@@ -370,7 +370,9 @@ Tests
|
||||
URLs
|
||||
~~~~
|
||||
|
||||
* ...
|
||||
* :func:`~django.urls.reverse` now accepts ``query`` and ``fragment`` keyword
|
||||
arguments, allowing the addition of a query string and/or fragment identifier
|
||||
in the generated URL, respectively.
|
||||
|
||||
Utilities
|
||||
~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user