Fixed #9465 -- Simplified API Reference documentation titles for easier lookup and made first-level heading styles consistent. Thanks, adamnelson.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11990 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Gary Wilson Jr 2009-12-26 03:44:21 +00:00
parent 39122c841f
commit c6fa4936b3
14 changed files with 43 additions and 33 deletions

View file

@ -1,8 +1,8 @@
.. _ref-middleware:
=============================
Built-in middleware reference
=============================
==========
Middleware
==========
.. module:: django.middleware
:synopsis: Django's built-in middleware classes.
@ -149,8 +149,8 @@ Message middleware
.. versionadded:: 1.2
``MessageMiddleware`` was added.
Enables cookie- and session-based message support. See the
Enables cookie- and session-based message support. See the
:ref:`messages documentation <ref-contrib-messages>`.
Session middleware