[1.3.X] Spelling fix for r16879.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16880 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
35e807c4a5
commit
4443c6fd72
|
@ -359,7 +359,7 @@ Any handlers that listen to this signal need to be written in a particular
|
||||||
place: a ``management`` module in one of your :setting:`INSTALLED_APPS`. If
|
place: a ``management`` module in one of your :setting:`INSTALLED_APPS`. If
|
||||||
handlers are registered anywhere else they may not be loaded by
|
handlers are registered anywhere else they may not be loaded by
|
||||||
:djadmin:`syncdb`. It is important that handlers of this signal perform
|
:djadmin:`syncdb`. It is important that handlers of this signal perform
|
||||||
idempodent changes (e.g. no database alterations) as this may cause the
|
idempotent changes (e.g. no database alterations) as this may cause the
|
||||||
:djadmin:`flush` management command to fail if it also ran during the
|
:djadmin:`flush` management command to fail if it also ran during the
|
||||||
:djadmin:`syncdb` command.
|
:djadmin:`syncdb` command.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue