Opened 14 years ago

Closed 14 years ago

#13806 closed (worksforme)

ModelAdmin.save_as does not work

Reported by: retrogradeorbit@… Owned by: nobody
Component: contrib.admin Version: 1.2
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The documents http://docs.djangoproject.com/en/1.2/ref/contrib/admin/#modeladmin-options describe a ModelAdmin save_as option 'Normally, objects have three save options: "Save", "Save and continue editing" and "Save and add another". If save_as is True, "Save and add another" will be replaced by a "Save as" button.'

With save_as=True, the button stays "Save and add another". The option appears to do nothing. Either the documents are wrong, or it is a bug.

Change History (1)

comment:1 by retrogradeorbit@…, 14 years ago

Resolution: worksforme
Status: newclosed

Sorry. This does work. Was a form problem :P

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