summaryrefslogtreecommitdiff
path: root/docs/db-api.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2007-08-31 04:30:20 +0000
committerAdrian Holovaty <adrian@holovaty.com>2007-08-31 04:30:20 +0000
commit33ab65dd1e004ebc8fb4d85d8c2ded2187b7c961 (patch)
treebe9f2d2c5a5b329dfcdcaf7a9af88d22d6fdb9ca /docs/db-api.txt
parent258af283fc398ff99c2de9386b494eb1910e2d74 (diff)
Made negligible capitalization fix to docs/db-api.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6027 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/db-api.txt')
-rw-r--r--docs/db-api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/db-api.txt b/docs/db-api.txt
index 3198f335c4..2a90b2d171 100644
--- a/docs/db-api.txt
+++ b/docs/db-api.txt
@@ -160,7 +160,7 @@ When you save an object, Django performs the following steps:
is used to provide notification that an object has been successfully
saved. (These signals are not yet documented.)
-Raw Saves
+Raw saves
~~~~~~~~~
**New in Django development version**