Skip to content

Commit

Permalink
[1.2.X] Fixed #14863 - Add contrib.messages to list of default INSTAL…
Browse files Browse the repository at this point in the history
…LED_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
  • Loading branch information
timgraham committed Dec 11, 2010
1 parent f1a9a8b commit cf53963
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/intro/tutorial01.txt
Expand Up @@ -225,6 +225,8 @@ come with Django:
* :mod:`django.contrib.sites` -- A framework for managing multiple sites * :mod:`django.contrib.sites` -- A framework for managing multiple sites
with one Django installation. with one Django installation.


* :mod:`django.contrib.messages` -- A messaging framework.

These applications are included by default as a convenience for the common case. 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, Each of these applications makes use of at least one database table, though,
Expand Down

0 comments on commit cf53963

Please sign in to comment.