mirror of
https://github.com/django/django.git
synced 2025-03-06 23:42:33 +00:00
When reversing, only outer parameters are used if captured parameters are nested. Added tests to check the edge cases and documentation for the behavior with an example to avoid it.