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:
		| @@ -106,7 +106,7 @@ Example requests: | ||||
|     * ``/articles/2003/03/03/`` would match the final pattern. Django would call | ||||
|       the function ``news.views.article_detail(request, '2003', '03', '03')``. | ||||
|  | ||||
| .. _Dive Into Python's explanation: http://diveintopython.org/regular_expressions/street_addresses.html#re.matching.2.3 | ||||
| .. _Dive Into Python's explanation: http://diveintopython.net/regular_expressions/street_addresses.html#re.matching.2.3 | ||||
|  | ||||
| Named groups | ||||
| ============ | ||||
|   | ||||
| @@ -39,7 +39,7 @@ The value of ``DJANGO_SETTINGS_MODULE`` should be in Python path syntax, e.g. | ||||
| ``mysite.settings``. Note that the settings module should be on the | ||||
| Python `import search path`_. | ||||
|  | ||||
| .. _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 | ||||
|  | ||||
| The django-admin.py utility | ||||
| --------------------------- | ||||
|   | ||||
		Reference in New Issue
	
	Block a user