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:
parent
258af283fc
commit
33ab65dd1e
|
@ -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
|
is used to provide notification that an object has been successfully
|
||||||
saved. (These signals are not yet documented.)
|
saved. (These signals are not yet documented.)
|
||||||
|
|
||||||
Raw Saves
|
Raw saves
|
||||||
~~~~~~~~~
|
~~~~~~~~~
|
||||||
|
|
||||||
**New in Django development version**
|
**New in Django development version**
|
||||||
|
|
Loading…
Reference in New Issue