mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs.
Thanks Florian Apolloner for the review and implementation idea.
This commit is contained in:
committed by
Mariusz Felisiak
parent
83c803f161
commit
baf9604ed8
@@ -326,7 +326,11 @@ Tests
|
||||
URLs
|
||||
~~~~
|
||||
|
||||
* ...
|
||||
* The new :attr:`.ResolverMatch.captured_kwargs` attribute stores the captured
|
||||
keyword arguments, as parsed from the URL.
|
||||
|
||||
* The new :attr:`.ResolverMatch.extra_kwargs` attribute stores the additional
|
||||
keyword arguments passed to the view function.
|
||||
|
||||
Utilities
|
||||
~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user