1
0
mirror of https://github.com/django/django.git synced 2025-01-22 00:02:15 +00:00
django/tests/urlpatterns
daniel a rios 76b993a117 Fixed #26431 -- Prevented django.urls.resolve() from returning missing optional parameters.
Previous behavior was inconsistent with django.urls.reverse() and
caused that translate_url() created an incorrect URL when an optional
parameter was missing.
2019-06-24 11:47:56 +02:00
..