From cf53963b6ad7ea7e35dadc7c197a9f811dc08b30 Mon Sep 17 00:00:00 2001 From: Timo Graham Date: Sat, 11 Dec 2010 15:06:50 +0000 Subject: [PATCH] [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 --- docs/intro/tutorial01.txt | 2 ++ 1 file changed, 2 insertions(+) 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,