﻿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
30228	DeleteModel migration's name argument is supposed to be lowercase	JerzySpendel	nobody	In every other migration: `CreateModel`, `AlterModelTable`, `AlterModelOptions`, `RenameField` and so on, the first argument is supposed to be the name of a model, so if model's name is `ExampleModel`, then the first argument is supposed to be `ExampleModel`, EXCEPT `DeleteModel` where it should be in lower case, so `examplemodel`. If it really has to be like this, then the documentation should at least mention about that. It took me some time, to figure that out.	Uncategorized	closed	Migrations	2.1	Normal	needsinfo	DeleteModel migration		Unreviewed	0	0	0	0	0	0
