diff options
| author | Julien Phalip <jphalip@gmail.com> | 2011-09-11 01:12:11 +0000 |
|---|---|---|
| committer | Julien Phalip <jphalip@gmail.com> | 2011-09-11 01:12:11 +0000 |
| commit | 88fc8657f4a45006c15dca40bc5b182510a2f5a8 (patch) | |
| tree | 8a4683635a8d97cddaf2c1b6c32992f2b41e6a92 /docs | |
| parent | 28cb5bf1622cd8fa6f324cc516974e3badc31a51 (diff) | |
Fixed #16276 -- Noted in the deployment documentation index that the Django Book 2nd ed. was written against Django 1.1. Thanks to bshaurette and bluejeansummer for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16802 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/howto/deployment/index.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/howto/deployment/index.txt b/docs/howto/deployment/index.txt index a2fd31257c..fdfce3e996 100644 --- a/docs/howto/deployment/index.txt +++ b/docs/howto/deployment/index.txt @@ -20,8 +20,9 @@ the easiest, fastest, and most stable deployment choice. .. seealso:: - * `Chapter 12 of the Django Book`_ discusses deployment and especially - scaling in more detail. However, it hasn't been updated since mod_python - was deprecated. + * `Chapter 12 of the Django Book (second edition)`_ discusses deployment + and especially scaling in more detail. However, note that this edition + was written against Django version 1.1 and has not been updated since + :doc:`mod_python </howto/deployment/modpython>` was deprecated. -.. _chapter 12 of the django book: http://djangobook.com/en/2.0/chapter12/ +.. _chapter 12 of the django book (second edition): http://djangobook.com/en/2.0/chapter12/ |
