summaryrefslogtreecommitdiff
path: root/docs/ref/databases.txt
diff options
context:
space:
mode:
authorGary Wilson Jr <gary.wilson@gmail.com>2009-12-26 03:47:47 +0000
committerGary Wilson Jr <gary.wilson@gmail.com>2009-12-26 03:47:47 +0000
commit498c31364c06beea8dc83cc63c0cd006c6b4c625 (patch)
tree0ffe47fc666759aca3b0d137093573a9923d93fb /docs/ref/databases.txt
parent81f994583c442609fc63c470f33bf8867f10c184 (diff)
[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
Diffstat (limited to 'docs/ref/databases.txt')
-rw-r--r--docs/ref/databases.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index d7ae120f94..a2f4e981ea 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -1,8 +1,8 @@
.. _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