summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Rosner <brosner@gmail.com>2008-06-16 21:32:53 +0000
committerBrian Rosner <brosner@gmail.com>2008-06-16 21:32:53 +0000
commitdfe06aac0c96d20829b27fdce8bb7d212df81c8b (patch)
tree01ea3fcf8d4e593863fa3f003e7b21c87e3eff9f /docs
parenta253ec3743a434077e339f6d1abb347b8e219e26 (diff)
newforms-admin: Fixed #7473 -- Fixed a title level inconsistency in docs/modelforms.txt. Thanks Visik7.
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7670 bcc190cf-cafb-0310-a4f2-bffc1f526a37
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