mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Changed several documentation links to be relative.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5798 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
8a4a3f7707
commit
ac027df253
4 changed files with 4 additions and 4 deletions
|
@ -213,7 +213,7 @@ objects" and "display a detail page for a particular type of object."
|
|||
a way to refer to its URL later on (see `naming URL patterns`_ for more on
|
||||
named patterns).
|
||||
|
||||
.. _naming URL patterns: http://www.djangoproject.com/documentation/url_dispatch/#naming-url-patterns
|
||||
.. _naming URL patterns: ../url_dispatch/#naming-url-patterns
|
||||
|
||||
By default, the ``object_detail`` generic view uses a template called
|
||||
``<app name>/<model name>_detail.html``. In our case, it'll use the template
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue