diff options
| author | Gabriel Hurley <gabehr@gmail.com> | 2011-10-11 18:23:08 +0000 |
|---|---|---|
| committer | Gabriel Hurley <gabehr@gmail.com> | 2011-10-11 18:23:08 +0000 |
| commit | a71bd3e0c99fec895cd2aea9ca0be228449bc2fc (patch) | |
| tree | c60b2c1e90424a1869c800ca6b6346053de7226c /docs/ref | |
| parent | e35ba97740dbfe5497c2517510dc55f6aa431300 (diff) | |
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
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/models/querysets.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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 ~~~~~ |
