summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Graham <timograham@gmail.com>2010-12-11 15:06:50 +0000
committerTimo Graham <timograham@gmail.com>2010-12-11 15:06:50 +0000
commitcf53963b6ad7ea7e35dadc7c197a9f811dc08b30 (patch)
tree3bc1e30ab90ad8903833ffa92241d09b57590c62
parentf1a9a8bb418aaf2128b31e7b42e2c667ead8d8e8 (diff)
[1.2.X] Fixed #14863 - Add contrib.messages to list of default INSTALLED_APPS in tutorial.
Backport of r14870 (without staticfiles) from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14871 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/intro/tutorial01.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
index 6418cd9fbb..560070b59b 100644
--- a/docs/intro/tutorial01.txt
+++ b/docs/intro/tutorial01.txt
@@ -225,6 +225,8 @@ come with Django:
* :mod:`django.contrib.sites` -- A framework for managing multiple sites
with one Django installation.
+ * :mod:`django.contrib.messages` -- A messaging framework.
+
These applications are included by default as a convenience for the common case.
Each of these applications makes use of at least one database table, though,