diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2009-12-26 03:44:21 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2009-12-26 03:44:21 +0000 |
| commit | c6fa4936b327f969cfd87517af2aa7c17980b0be (patch) | |
| tree | bef58ad59a6c6a5a82eb08713889dd5a97d4887b /docs/ref/databases.txt | |
| parent | 39122c841f0105ea66ad6d39d4cc8025cf5813b3 (diff) | |
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
Diffstat (limited to 'docs/ref/databases.txt')
| -rw-r--r-- | docs/ref/databases.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 8b473da821..df8c64c97e 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 |
