﻿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
35736	Incorrect pluralization of model names in the admin panel	Sanjeev Holla S	Sanjeev Holla S	"Whenever we register a model, in the admin panel the names of these models are shown in the plural form. But as of now, a sufix of 's' is being added to the name of the model. This is not correct in all the cases. So for example, if the name of the model is `company` then it will be shown as `Companys` on the admin page. So this can be fixed by having the correct plural forms of the model names.

So inorder to fix this, when the `verbose_name_plural` is set, we can derive the correct suffix that needs to be added from the `verbose_name` (ex: 's', 'es', or 'ies'). Let me know if I am wrong anywhere.
(This is my first ticket, so apologies if anything doesn’t meet the standards. :) )

"	Bug	closed	Uncategorized	dev	Normal	invalid		Sanjeev Holla S	Unreviewed	0	0	0	0	0	0
