Fixed #21861 -- Fixed typo in 1.7 release notes.

Thanks marktranchant.
This commit is contained in:
Tim Graham 2014-01-23 09:29:09 -05:00
parent 81830ce34f
commit 12303ab738
1 changed files with 1 additions and 1 deletions

View File

@ -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.