diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt index 3342e3f18c..68da9c7343 100644 --- a/docs/ref/models/querysets.txt +++ b/docs/ref/models/querysets.txt @@ -1307,10 +1307,10 @@ are):: This has a number of caveats though: * The model's ``save()`` method will not be called, and the ``pre_save`` and -``post_save`` signals will not be sent. + ``post_save`` signals will not be sent. * It does not work with child models in a multi-table inheritance scenario. * If the model's primary key is an :class:`~django.db.models.AutoField` it -does not retrieve and set the primary key attribute, as ``save()`` does. + does not retrieve and set the primary key attribute, as ``save()`` does. count ~~~~~