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
This commit is contained in:
Adrian Holovaty 2007-08-31 04:30:20 +00:00
parent 258af283fc
commit 33ab65dd1e
1 changed files with 1 additions and 1 deletions

View File

@ -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**