mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #24906 -- Fixed ResolverMatch.app_name for nested namespaces.
Set ResolverMatch.app_name to the full path of nested application namespaces.
This commit is contained in:
committed by
Tim Graham
parent
1ea87c8c79
commit
bc77eb6d08
@@ -597,6 +597,13 @@ Miscellaneous
|
||||
:attr:`~django.test.SimpleTestCase.allow_database_queries` class attribute
|
||||
to ``True`` on your test class.
|
||||
|
||||
* :attr:`ResolverMatch.app_name
|
||||
<django.core.urlresolvers.ResolverMatch.app_name>` was changed to contain
|
||||
the full namespace path in the case of nested namespaces. For consistency
|
||||
with :attr:`ResolverMatch.namespace
|
||||
<django.core.urlresolvers.ResolverMatch.namespace>`, the empty value is now
|
||||
an empty string instead of ``None``.
|
||||
|
||||
.. _deprecated-features-1.9:
|
||||
|
||||
Features deprecated in 1.9
|
||||
|
||||
Reference in New Issue
Block a user