mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Merge pull request #228 from nklas/master
Documentation: Fixed a typo in docs/releases/1.4.txt
This commit is contained in:
commit
98c7ad444c
2 changed files with 2 additions and 2 deletions
|
@ -235,7 +235,7 @@ Remember that you're allowed to change this list of arguments at any time, so ge
|
|||
Sending signals
|
||||
---------------
|
||||
|
||||
There are two ways to send send signals in Django.
|
||||
There are two ways to send signals in Django.
|
||||
|
||||
.. method:: Signal.send(sender, **kwargs)
|
||||
.. method:: Signal.send_robust(sender, **kwargs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue