﻿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
5573	"""save"" override does not work when model uses edit_inline"	Beau Gunderson <beau@…>	nobody	"Current behavior:

1. Create model a
1. Create model b with ForeignKey relationship to a
1. Create a save() override in model b
1. Verify that the save() override is called when a new b instance is created with the admin interface
1. Change model b's ForeignKey relationship to include 'edit_inline=models.TABULAR' (or models.STACKED)
1. Verify that the save() override is not called when creating a new b from model a's admin page

Expected behavior:

Step 6 should still call the save() override defined in model b."		closed	contrib.admin	dev		duplicate	edit_inline		Unreviewed	0	0	0	0	0	0
