Commit 498c3136 authored by Gary Wilson Jr's avatar Gary Wilson Jr
Browse files

[1.1.X] Fixed #9465 -- Simplified API Reference documentation titles for...

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

Backport of r11990 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11991 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 81f99458
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
.. _ref-authentication-backends:

==========================================
Built-in authentication backends reference
==========================================
=======================
Authentication backends
=======================

.. module:: django.contrib.auth.backends
   :synopsis: Django's built-in authentication backend classes.

This document details the authentication backends that come with Django. For
information on how how to use them and how to write your own authentication
information on how to use them and how to write your own authentication
backends, see the :ref:`Other authentication sources section
<authentication-backends>` of the :ref:`User authentication guide
<topics-auth>`.
+3 −3
Original line number Diff line number Diff line
.. _ref-contrib-index:

============================
The "django.contrib" add-ons
============================
====================
``contrib`` packages
====================

Django aims to follow Python's `"batteries included" philosophy`_. It ships
with a variety of extra, optional tools that solve common Web-development
+3 −3
Original line number Diff line number Diff line
.. _ref-databases:

===============================
Notes about supported databases
===============================
=========
Databases
=========

Django attempts to support as many features as possible on all database
backends. However, not all database backends are alike, and we've had to make
+5 −4
Original line number Diff line number Diff line
.. _ref-files-index:

File handling reference
=======================
=============
File handling
=============

.. module:: django.core.files
   :synopsis: File handling and storage
+3 −2
Original line number Diff line number Diff line
.. _ref-forms-index:

=====
Forms
=====

Loading