mirror of
https://github.com/django/django.git
synced 2025-08-23 10:19:13 +00:00
[2.1.x] Fixed typo in docs/topics/http/urls.txt.
Backport of 6429961418b0da70e915fcb61f4cf41977cf818a from master
This commit is contained in:
parent
9cd6f9c1c5
commit
74d039e317
@ -736,7 +736,7 @@ the fully qualified name into parts and then tries the following lookup:
|
|||||||
setting the current application on the :attr:`request.current_app
|
setting the current application on the :attr:`request.current_app
|
||||||
<django.http.HttpRequest.current_app>` attribute.
|
<django.http.HttpRequest.current_app>` attribute.
|
||||||
|
|
||||||
3. If there is no current application. Django looks for a default
|
3. If there is no current application, Django looks for a default
|
||||||
application instance. The default application instance is the instance
|
application instance. The default application instance is the instance
|
||||||
that has an :term:`instance namespace` matching the :term:`application
|
that has an :term:`instance namespace` matching the :term:`application
|
||||||
namespace` (in this example, an instance of ``polls`` called ``'polls'``).
|
namespace` (in this example, an instance of ``polls`` called ``'polls'``).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user