Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#6115 closed (wontfix)

helper function for modelforms

Reported by: Øyvind Saltvik <oyvind@…> Owned by: nobody
Component: Uncategorized Version: dev
Severity: Keywords: modelforms hepler function
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Seems to be what is missing to get ModelForm into newforms-admin and create_update.

Not sure if this is the way to do it, but here is some code. :)

Attachments (1)

modelform_for_model.diff (642 bytes ) - added by Øyvind Saltvik <oyvind@…> 16 years ago.
modelform_for_model

Download all attachments as: .zip

Change History (3)

by Øyvind Saltvik <oyvind@…>, 16 years ago

Attachment: modelform_for_model.diff added

modelform_for_model

comment:1 by Thomas Güttler, 16 years ago

Resolution: wontfix
Status: newclosed

Sorry, the version for this ticket is "SVN". Current SVN does not need this patch.
If it is needed in the newforms-admin branch please reopen it and set "Version" in Trac.

And you don't tell what gets fixed with this patch. What exception do you get in create_update
if you don't have this method?

comment:2 by Alex Gaynor, 16 years ago

Using newforms in generic views is being handled in #3639

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