﻿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
27192	Allow pluralizing admin URLs	Al Johri	nobody	"It seems like some of the official documentation suggests using plural model names in the url as a convention such as `/articles/1/` but the admin uses singular model names and this option is not configurable. It seems like its been this way since for a very long time browsing through the commit history (pre-2008).

I propose allowing the user to use the model's `default_related_name` (plural of the model name) as opposed to the `model._meta.model_name` that is being used now in a configurable option.

This is the line that currently sets the url in the admin: https://github.com/django/django/blob/255fb992845e987ef36e3d721a77747a0b2df620/django/contrib/admin/sites.py#L251

This doesn't seem like a difficult change and allows for more consistent urls."	New feature	closed	contrib.admin	1.10	Normal	wontfix			Unreviewed	0	0	0	0	0	0
