﻿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
24718	Inconsistent Behavior by Admin when Creating vs Deleting Objects	Alex Rothberg	nobody	"The Django Admin exhibits inconsistent behavior as far as how it uses the Model Manager / QuerySet for creating vs. deleting objects.

When an instance is deleted (whether one instance from the item view) or multiple instance from the list view, the admin uses the QuerySet's delete method.

On the other hand, when an instance is created, the admin bypasses using the model manager's create method requiring workarounds like (http://stackoverflow.com/questions/29114634/django-admin-not-using-modelmanagers-create-method).

I propose using the Model Manager's `create` method when creating a model."	Uncategorized	closed	Uncategorized	1.8	Normal	wontfix			Unreviewed	0	0	0	0	0	0
