mirror of
https://github.com/django/django.git
synced 2025-11-01 12:25:37 +00:00
Slight english readability fix for the signals docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16886 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
2a2381a682
commit
49e019d559
1 changed files with 1 additions and 1 deletions
|
|
@ -365,7 +365,7 @@ post_syncdb
|
|||
.. data:: django.db.models.signals.post_syncdb
|
||||
:module:
|
||||
|
||||
Sent by :djadmin:`syncdb` command after it installs an application, and
|
||||
Sent by the :djadmin:`syncdb` command after it installs an application, and the
|
||||
:djadmin:`flush` command.
|
||||
|
||||
Any handlers that listen to this signal need to be written in a particular
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue