﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
267	"admin redirect when ""save and continue editing"" uses object.id"	hugo <gb@…>	Adrian Holovaty	"When using the ""save and continue editing"" call, the code makes use of a 'id' attribute in line 769:

return HttpResponseRedirect(post_url_continue % new_object.id)

 If the model doesn't have an 'id' attribute but uses primary_key=True on some field, this doesn't work. Either disable the ""save and continue editing"" button on models without a 'id' attribute or use the pk_name field."	defect	closed	contrib.admin		normal	fixed			Unreviewed	0	0	0	0	0	0
