Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#19477 closed Bug (fixed)

Docs needed for generic_inlineformset_factory

Reported by: Brent O'Connor Owned by: nobody
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Unless I missed it I couldn't find any docs for django.contrib.contenttypes.generic.generic_inlineformset_factory.

Attachments (1)

19477.diff (1.8 KB ) - added by Tim Graham 11 years ago.

Download all attachments as: .zip

Change History (8)

comment:1 by Tim Graham, 11 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Sharif Naas, 11 years ago

Type: UncategorizedBug

comment:3 by anonymous, 11 years ago

desperatedly

by Tim Graham, 11 years ago

Attachment: 19477.diff added

comment:4 by Tim Graham, 11 years ago

Has patch: set

comment:5 by Tim Graham <timograham@…>, 11 years ago

Resolution: fixed
Status: newclosed

In 214fb700b9e0fb7268a2c8b87595b1b9fb090867:

Fixed #19477 - Documented generic_inlineformset_factory

Thanks epicserve for the suggestion.

comment:6 by Tim Graham <timograham@…>, 11 years ago

In dc0bf53276f28421006d041dc21c7dc8d0393b2d:

[1.5.x] Fixed #19477 - Documented generic_inlineformset_factory

Thanks epicserve for the suggestion.

Backport of 214fb700b9 from master

comment:7 by Tim Graham <timograham@…>, 11 years ago

In dc0bf53276f28421006d041dc21c7dc8d0393b2d:

[1.5.x] Fixed #19477 - Documented generic_inlineformset_factory

Thanks epicserve for the suggestion.

Backport of 214fb700b9 from master

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