Wrong information about generic inline formset
Hi,
I was browsing the documentation about generic inlines formsets (http://docs.djangoproject.com/en/1.3/ref/contrib/contenttypes/#generic-relations-in-forms-and-admin) and I think that in the frase "The django.contrib.contenttypes.generic module provides GenericInlineFormSet, GenericTabularInline and GenericStackedInline (the last two are subclasses of GenericInlineModelAdmin)." the correct should be BaseGenericInlineFormSet instead of GenericInlineFormSet. There's no GenericInlineFormSet in the module django.contrib.contenttypes.generic.
Change History
(3)
Triage Stage: |
Unreviewed → Accepted
|
Type: |
Uncategorized → Bug
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
In [16113]: