diff options
| author | Karen Tracey <kmtracey@gmail.com> | 2008-11-01 19:02:09 +0000 |
|---|---|---|
| committer | Karen Tracey <kmtracey@gmail.com> | 2008-11-01 19:02:09 +0000 |
| commit | d4f4ab853532c0b541e640eb2e3f5ec17f0b9dd6 (patch) | |
| tree | 7cb00cfe04713a77a174542e002aaa430b959b3d /docs/ref | |
| parent | 8955a085a5b2cb9dd4a41c22fbb90c527e5b55f2 (diff) | |
Fixed #9487 -- Corrected several links into the Python docs that were broken by the recent Python docs refactor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9312 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/syndication.txt | 2 | ||||
| -rw-r--r-- | docs/ref/generic-views.txt | 2 | ||||
| -rw-r--r-- | docs/ref/request-response.txt | 2 | ||||
| -rw-r--r-- | docs/ref/templates/builtins.txt | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/ref/contrib/syndication.txt b/docs/ref/contrib/syndication.txt index 220c809aeb..a4690da4c5 100644 --- a/docs/ref/contrib/syndication.txt +++ b/docs/ref/contrib/syndication.txt @@ -928,7 +928,7 @@ For example, to create an Atom 1.0 feed and print it to standard output:: </feed> .. _django/utils/feedgenerator.py: http://code.djangoproject.com/browser/django/trunk/django/utils/feedgenerator.py -.. _Python datetime object: http://www.python.org/doc/current/lib/module-datetime.html +.. _Python datetime object: http://docs.python.org/library/datetime.html#datetime-objects Custom feed generators ---------------------- diff --git a/docs/ref/generic-views.txt b/docs/ref/generic-views.txt index f92674e15e..c14cc295d2 100644 --- a/docs/ref/generic-views.txt +++ b/docs/ref/generic-views.txt @@ -406,7 +406,7 @@ In addition to ``extra_context``, the template's context will be: is ``'object'`` by default. If ``template_object_name`` is ``'foo'``, this variable's name will be ``foo_list``. -.. _strftime docs: http://www.python.org/doc/current/lib/module-time.html#l2h-1941 +.. _strftime docs: http://docs.python.org/library/time.html#time.strftime ``django.views.generic.date_based.archive_week`` ------------------------------------------------ diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index 262b1276dc..18b8f665a5 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -499,7 +499,7 @@ Methods calendars.lawrence.com. Otherwise, a cookie will only be readable by the domain that set it. - .. _`cookie Morsel`: http://www.python.org/doc/current/lib/morsel-objects.html + .. _`cookie Morsel`: http://docs.python.org/library/cookie.html#Cookie.Morsel .. method:: HttpResponse.delete_cookie(key, path='/', domain=None) diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index cfff4309b4..4a922fbe7d 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -1255,7 +1255,7 @@ pprint A wrapper around `pprint.pprint`__ -- for debugging, really. -__ http://www.python.org/doc/2.5/lib/module-pprint.html +__ http://docs.python.org/library/pprint.html .. templatefilter:: random |
