summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-01-23 09:29:09 -0500
committerTim Graham <timograham@gmail.com>2014-01-23 09:29:09 -0500
commit12303ab738ab6c6eecf1f546aa9c0fb8ba5df950 (patch)
treeb6478f86f42ed430d74f9abbf6ca60746d42ab6a /docs
parent81830ce34f351f8dffa5febb6fd8712585576cf5 (diff)
Fixed #21861 -- Fixed typo in 1.7 release notes.
Thanks marktranchant.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt
index 637778ccf9..df115c6c15 100644
--- a/docs/releases/1.7.txt
+++ b/docs/releases/1.7.txt
@@ -865,7 +865,7 @@ Miscellaneous
have a custom :class:`~django.core.files.uploadhandler.FileUploadHandler`
that implements ``new_file()``, be sure it accepts this new parameter.
-* :class:`ModelFormSet<django.forms.models.BaseModelFormSet>`’s no longer
+* :class:`ModelFormSet<django.forms.models.BaseModelFormSet>`\s no longer
delete instances when ``save(commit=False)`` is called. See
:attr:`~django.forms.formsets.BaseFormSet.can_delete` for instructions on how
to manually delete objects from deleted forms.