• Kevin Christopher Henry's avatar
    Fixed #21157 -- Fixed problems with ResolverMatch · 91afc005
    Kevin Christopher Henry yazdı
    - Fixed bug in get_callable() that caused resolve() to put a string
      in ResolverMatch.func.
    - Made ResolverMatch.url_name match the actual url name (or None).
    - Updated tests that used the string value in ResolverMatch.func, and
      added regression tests for this bug.
    - Corrected test urls whose dummy view paths caused failures (behavior
      that was previously masked by this bug).
    91afc005
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
erroneous_urls.py Loading commit data...
erroneous_views_module.py Loading commit data...
extra_urls.py Loading commit data...
included_named_urls.py Loading commit data...
included_named_urls2.py Loading commit data...
included_namespace_urls.py Loading commit data...
included_no_kwargs_urls.py Loading commit data...
included_urls.py Loading commit data...
included_urls2.py Loading commit data...
middleware.py Loading commit data...
named_urls.py Loading commit data...
namespace_urls.py Loading commit data...
no_urls.py Loading commit data...
nonimported_module.py Loading commit data...
reverse_lazy_urls.py Loading commit data...
tests.py Loading commit data...
urlconf_inner.py Loading commit data...
urlconf_outer.py Loading commit data...
urls.py Loading commit data...
urls_error_handlers.py Loading commit data...
urls_error_handlers_callables.py Loading commit data...
urls_without_full_import.py Loading commit data...
views.py Loading commit data...
views_broken.py Loading commit data...