summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/modelforms.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modelforms.txt b/docs/modelforms.txt
index f2222c1fc0..fae860944e 100644
--- a/docs/modelforms.txt
+++ b/docs/modelforms.txt
@@ -400,7 +400,7 @@ to the ``Author`` model. It works just like a regular formset::
and by default uses ``can_delete=True``.
Changing the queryset
-~~~~~~~~~~~~~~~~~~~~~
+---------------------
By default when you create a formset from a model the queryset will be all
objects in the model. This is best shown as ``Author.objects.all()``. This is