﻿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
35561	Model.save()/asave() deprecation allows duplicate arguments	Adam Johnson	Natalia Bidart	"Follow-up to #35554.

The deprecation code from #35060 allows duplicate arguments between the positional and keyword variants. For example, `Model.save(True, force_insert=False)` tries to set `force_insert` to `True` positionally and `False` by keyword.

This should be detected and raised as a `TypeError`, like Python would normally do."	Bug	closed	Database layer (models, ORM)	5.1	Release blocker	fixed		Adam Johnson	Ready for checkin	1	0	0	0	0	0
