1
0
mirror of https://github.com/django/django.git synced 2025-07-04 01:39:20 +00:00

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
This commit is contained in:
Brian Rosner 2008-06-16 21:32:53 +00:00
parent a253ec3743
commit dfe06aac0c

View File

@ -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