Author: julien Date: 2011-09-10 18:12:11 -0700 (Sat, 10 Sep 2011) New Revision: 16802
Modified: django/trunk/docs/howto/deployment/index.txt Log: 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. Modified: django/trunk/docs/howto/deployment/index.txt =================================================================== --- django/trunk/docs/howto/deployment/index.txt 2011-09-11 01:01:58 UTC (rev 16801) +++ django/trunk/docs/howto/deployment/index.txt 2011-09-11 01:12:11 UTC (rev 16802) @@ -20,8 +20,9 @@ .. 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/ -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.