Author: PaulM Date: 2011-09-21 22:40:54 -0700 (Wed, 21 Sep 2011) New Revision: 16880
Modified: django/branches/releases/1.3.X/docs/ref/signals.txt Log: [1.3.X] Spelling fix for r16879. Modified: django/branches/releases/1.3.X/docs/ref/signals.txt =================================================================== --- django/branches/releases/1.3.X/docs/ref/signals.txt 2011-09-22 05:39:07 UTC (rev 16879) +++ django/branches/releases/1.3.X/docs/ref/signals.txt 2011-09-22 05:40:54 UTC (rev 16880) @@ -359,7 +359,7 @@ place: a ``management`` module in one of your :setting:`INSTALLED_APPS`. If handlers are registered anywhere else they may not be loaded by :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:`syncdb` command. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
