Author: gabrielhurley Date: 2011-10-11 11:23:08 -0700 (Tue, 11 Oct 2011) New Revision: 16958
Modified: django/trunk/docs/ref/models/querysets.txt Log: Corrected a reST formatting problem in the queryset reference docs. Modified: django/trunk/docs/ref/models/querysets.txt =================================================================== --- django/trunk/docs/ref/models/querysets.txt 2011-10-11 17:36:05 UTC (rev 16957) +++ django/trunk/docs/ref/models/querysets.txt 2011-10-11 18:23:08 UTC (rev 16958) @@ -1307,10 +1307,10 @@ 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 ~~~~~ -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
