#9452: error in the docs: admin formset/form ---------------------------+------------------------------------------------ Reporter: patrickk | Owner: nobody Status: new | Milestone: Component: Documentation | Version: 1.0 Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ here http://docs.djangoproject.com/en/dev/ref/contrib/admin/#id1 it says that: "The value for form is inherited from ModelAdmin. This is what is passed through to formset_factory when creating the formset for this inline."
it should say "The value for form is inherited from BaseModelForm. ..." btw: it´d be nice to explain form & formset for inlines in more detail. there are lots of questions in the user-group and a lot of people obviously don´t get what´s possible here (even more, because these questions in the user-group doesn´t get answered). e.g., why not explain how to do custom form validation for inlines with using "form" (or "formset"). -- Ticket URL: <http://code.djangoproject.com/ticket/9452> 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 -~----------~----~----~----~------~----~------~--~---
