﻿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
17417	"""Save as new"" does not work when a ValidationError is raised"	cauley.chris@…	nobody	"We use `save_as = True` for several of our models on a news site I maintain. Each model has a unique ""slug"" field. If you press ""Save as New"" without changing the slug field a ValidationError is raised, and the for is displayed to the user with a warning (as it should). However, the url is that of the old entity, the ""Save as New"" button is replaced with ""Save and Add Another"" and all three buttons raise an ValueError (trying to int() an empty string, presumably the id)."	Bug	closed	contrib.admin	dev	Normal	duplicate	save_as unique	hirokiky@…	Accepted	0	0	0	1	0	0
