Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#844 closed defect (fixed)

new_admin: add_stage_new not defined

Reported by: hugo Owned by: rjwittams
Component: contrib.admin Version: new-admin
Severity: normal 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

When using the save_as_new feature, I get the following error:

NameError at /admin/snippets/templates/7/
global name 'add_stage_new' is not defined
Request Method: 	POST
Request URL: 	http://admin.rfc1437.de/admin/snippets/templates/7/
Exception Type: 	NameError
Exception Value: 	global name 'add_stage_new' is not defined
Exception Location: 	/home/rfc1437/project/django/contrib/admin/views/main.py in change_stage, line 488

Change History (2)

comment:1 by hugo, 19 years ago

Owner: changed from Adrian Holovaty to rjwittams

comment:2 by rjwittams, 19 years ago

Resolution: fixed
Status: newclosed

(In [1294]) Fix #844

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