diff options
| author | Tim Graham <timograham@gmail.com> | 2013-11-09 10:17:17 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-11-09 10:17:17 -0500 |
| commit | 98de90d3d81f5db9e969e70b8ce3f0e368726208 (patch) | |
| tree | 087668c3fb0bc8f8720a5a9b0d89041bf616c477 /docs/ref | |
| parent | d15985d81ff1c3b353a48a87189b7847798214c0 (diff) | |
Fixed spelling of compatibility.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/signals.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/signals.txt b/docs/ref/signals.txt index fa7548f679..051f1fa915 100644 --- a/docs/ref/signals.txt +++ b/docs/ref/signals.txt @@ -410,7 +410,7 @@ pre_syncdb This signal has been renamed to :data:`~django.db.models.signals.pre_migrate`. Alias of :data:`django.db.models.signals.pre_migrate`. As long as this alias -is present, for backwards-compatability this signal has an extra argument it sends: +is present, for backwards-compatibility this signal has an extra argument it sends: ``create_models`` A list of the model classes from any app which :djadmin:`migrate` is @@ -484,7 +484,7 @@ post_syncdb This signal has been renamed to :data:`~django.db.models.signals.post_migrate`. Alias of :data:`django.db.models.signals.post_migrate`. As long as this alias -is present, for backwards-compatability this signal has an extra argument it sends: +is present, for backwards-compatibility this signal has an extra argument it sends: ``created_models`` A list of the model classes from any app which :djadmin:`migrate` has |
