diff options
| author | Marten Kenbeek <marten.knbk@gmail.com> | 2015-06-03 19:12:27 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-06-06 10:44:43 -0400 |
| commit | bc77eb6d0858652e197c08c299efaeb06c51efee (patch) | |
| tree | c01aad656993d0681f6a3806a79a88443bc083ae /docs/releases | |
| parent | 1ea87c8c7974acb5fa795362253c61b38f3cb137 (diff) | |
Fixed #24906 -- Fixed ResolverMatch.app_name for nested namespaces.
Set ResolverMatch.app_name to the full path of nested application
namespaces.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.9.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt index 6b42418ee4..2ee1dae246 100644 --- a/docs/releases/1.9.txt +++ b/docs/releases/1.9.txt @@ -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 |
