1
0
mirror of https://github.com/django/django.git synced 2025-01-27 10:39:40 +00:00

Corrected a reST formatting problem in the queryset reference docs.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16958 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Gabriel Hurley 2011-10-11 18:23:08 +00:00
parent e35ba97740
commit a71bd3e0c9

View File

@ -1307,10 +1307,10 @@ are)::
This has a number of caveats though: This has a number of caveats though:
* The model's ``save()`` method will not be called, and the ``pre_save`` and * 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. * 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 * 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 count
~~~~~ ~~~~~