Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#15865 closed Bug (fixed)

Wrong information about generic inline formset

Reported by: leonelfreire Owned by: nobody
Component: Documentation Version: 1.3
Severity: Normal Keywords: generic, contenttypes
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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)

comment:1 by Carl Meyer, 13 years ago

Triage Stage: UnreviewedAccepted
Type: UncategorizedBug

comment:2 by Simon Meers, 13 years ago

Resolution: fixed
Status: newclosed

In [16113]:

Fixed #15865 -- correct class name for BaseGenericInlineFormset. Thanks leonelfreire for the report.

comment:3 by Simon Meers, 13 years ago

In [16114]:

[1.3.X] Fixed #15865 -- correct class name for BaseGenericInlineFormset. Thanks leonelfreire for the report.

Backport of r16113 from trunk.

Note: See TracTickets for help on using tickets.
Back to Top