Opened 16 years ago

Closed 11 years ago

Last modified 11 years ago

#8649 closed New feature (fixed)

Document caveats about dynamically adjusting formsets.

Reported by: Jacob Owned by: Brian Rosner
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

See #8171, and especially the final comment.

Change History (10)

comment:1 by anonymous, 16 years ago

Owner: changed from nobody to anonymous
Status: newassigned

comment:2 by Brian Rosner, 16 years ago

Owner: changed from anonymous to Brian Rosner
Status: assignednew
Triage Stage: UnreviewedAccepted

Whoops. Should login in first :)

comment:3 by Brian Rosner, 16 years ago

Summary: Document caveats about dynamically adjusting fieldsets.Document caveats about dynamically adjusting formsets.

I assume you mean formsets Jacob? If not please change back ;)

comment:4 by Alex Gaynor, 16 years ago

He means fieldsets in the model admin I believe, how get_form() needs to return the same set of fields as get_fieldset()

comment:5 by Alex Gaynor, 16 years ago

Feel free to ignore me, I am an idiot.

comment:6 by Luke Plant, 13 years ago

Severity: Normal
Type: New feature

comment:7 by Aymeric Augustin, 12 years ago

UI/UX: unset

Change UI/UX from NULL to False.

comment:8 by Aymeric Augustin, 12 years ago

Easy pickings: unset

Change Easy pickings from NULL to False.

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

Resolution: fixed
Status: newclosed

In 4a1d425cfe88983b34b1ecd3ad2aa9993af84467:

Fixed #8649 - Documented a caveat about dynamically adjusting formsets.

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

In 405d6208e55a3db4d82f2f9b1898b8e481688e96:

[1.5.x] Fixed #8649 - Documented a caveat about dynamically adjusting formsets.

Backport of 4a1d425cfe from master

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