diff options
| author | Tim Graham <timograham@gmail.com> | 2014-06-23 09:10:44 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-06-23 09:11:10 -0400 |
| commit | d38e3bfe5abd79866909ebb469920c5ed14e03f8 (patch) | |
| tree | 297c2025af912bce5f242997ea19463d0ef0ec88 /docs/intro/tutorial03.txt | |
| parent | 3619518c9bb8483ed911e987554ee5ae599f78d3 (diff) | |
[1.7.x] Fixed #22888 -- Removed some unnecessary text in tutorial 3.
Backport of 1bbffe7867 from master
Diffstat (limited to 'docs/intro/tutorial03.txt')
| -rw-r--r-- | docs/intro/tutorial03.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/intro/tutorial03.txt b/docs/intro/tutorial03.txt index 5b2bee5fe7..999d31492f 100644 --- a/docs/intro/tutorial03.txt +++ b/docs/intro/tutorial03.txt @@ -577,8 +577,7 @@ make it so that Django knows which app view to create for a url when using the ``{% url %}`` template tag? The answer is to add namespaces to your root URLconf. In the ``mysite/urls.py`` -file (the project's ``urls.py``, not the application's), go ahead and change -it to include namespacing: +file, go ahead and change it to include namespacing: .. snippet:: :filename: mysite/urls.py |
