1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[1.3.X] Fixed #17028 - Changed diveintopython.org -> diveintopython.net

Backport of r17115 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17116 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Timo Graham
2011-11-19 22:57:47 +00:00
parent eabbb361d2
commit bf5fdf1397
5 changed files with 5 additions and 5 deletions

View File

@@ -1156,7 +1156,7 @@ variable.
Note that this option is unnecessary in ``manage.py``, because it takes care of
setting the Python path for you.
.. _import search path: http://diveintopython.org/getting_to_know_python/everything_is_an_object.html
.. _import search path: http://diveintopython.net/getting_to_know_python/everything_is_an_object.html
.. django-admin-option:: --settings

View File

@@ -1868,7 +1868,7 @@ slice
Returns a slice of the list.
Uses the same syntax as Python's list slicing. See
http://diveintopython.org/native_data_types/lists.html#odbchelper.list.slice
http://diveintopython.net/native_data_types/lists.html#odbchelper.list.slice
for an introduction.
Example::