﻿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
26450	"Docs says label is ""Save as"" for the button that actually has the label ""Save as new"""	Markus Amalthea Magnuson	Markus Amalthea Magnuson	"The documentation for the `save_as` option on ModelAdmin says the button is labeled ""Save as"" while in fact it is labeled ""Save as new"":

{{{
If save_as is True, “Save and add another” will be replaced by a “Save as” button.
}}}

https://docs.djangoproject.com/en/1.9/ref/contrib/admin/#django.contrib.admin.ModelAdmin.save_as

I guess this changed at some point and the docs were not updated at the same time (can't find a ticket for that change at the moment.)

The docs should be updated to reflect the correct button label in at least 1.9. I will open a pull request for this."	Bug	closed	Documentation	1.9	Normal	fixed			Ready for checkin	1	0	0	0	0	0
