#9665: Formset::_get_ordered_forms() code documentation incorrectly describes logic. ---------------------------+------------------------------------------------ Reporter: mark_hildreth | Owner: nobody Status: new | Milestone: post-1.0 Component: Forms | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 1 | ---------------------------+------------------------------------------------ The code comment for _get_ordered_forms (django/forms/formsets.py, line: 142-143), reads as followed:
Returns a list of form in the order specified by the incoming data.[[BR]] Raises an AttributeError if '''deletion''' is not allowed. This should say that it raises an AttributeError if '''ordering''' is not allow. -- Ticket URL: <http://code.djangoproject.com/ticket/9665> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
