Opened 16 years ago

Closed 16 years ago

#6042 closed (fixed)

ModelForms

Reported by: jkocherhans Owned by: nobody
Component: Forms Version: dev
Severity: Keywords:
Cc: marc.garcia@… Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

New syntax to replace form_for_model and form_for_instance as discussed on django-dev.

Attachments (1)

modelforms.diff (81.2 KB ) - added by jkocherhans 16 years ago.
Now with updated docs and less stupidity thanks to Malcolm.

Download all attachments as: .zip

Change History (4)

by jkocherhans, 16 years ago

Attachment: modelforms.diff added

Now with updated docs and less stupidity thanks to Malcolm.

comment:1 by Marc Garcia, 16 years ago

Cc: marc.garcia@… added

comment:2 by Simon G <dev@…>, 16 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

(In [6844]) Fixed #6042 -- ModelForms implementation from Joseph Kocherhans. Still might
need a little tweaking as people start to use it, but this is mostly complete.

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