We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab05b7 commit 1f10fc1Copy full SHA for 1f10fc1
docs/urls.rst
@@ -32,6 +32,8 @@ e.g. If you have an url with kwargs like this:
32
33
you can pass the url as follows:
34
35
+.. code:: python
36
+
37
"url": {"viewname": 'update', "kwargs": {"pk": 1}}
38
39
In fact, you can pass any of the parameters of the reverse method through the dictionary
0 commit comments