Author: jacob Date: 2009-05-13 21:15:53 -0500 (Wed, 13 May 2009) New Revision: 10775
Modified: django/branches/releases/1.0.X/docs/topics/forms/formsets.txt Log: [1.0.X] Fixed #10795: added a link to model formsets docs from the formsets docs. Backport of [10774] from trunk. Modified: django/branches/releases/1.0.X/docs/topics/forms/formsets.txt =================================================================== --- django/branches/releases/1.0.X/docs/topics/forms/formsets.txt 2009-05-14 02:13:08 UTC (rev 10774) +++ django/branches/releases/1.0.X/docs/topics/forms/formsets.txt 2009-05-14 02:15:53 UTC (rev 10775) @@ -63,6 +63,10 @@ that was passed in and two extra forms. Also note that we are passing in a list of dictionaries as the initial data. +.. seealso:: + + :ref:`Creating formsets from models with model formsets <model-formsets>`. + Limiting the maximum number of forms ------------------------------------ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---