﻿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
29532	Make model/app urls configurable for admin	Ramez Issac	nobody	"If i rely heavily on admin, i would want to configure the urls text regarding to the app / model.
My reasons
1- it's not always i want the url to say the ""technical"" model name, and maybe i just want it to be short ""user friendly"" name 
(and i don't want to make a proxy model just for that, and that would only solve the <model_name> part of the url)

2- This task is kinda long if one wants to customize one or two model name urls.
One would have to override the `get_urls` and maybe find out that they may want to override the `register` itself.

My Proposal:
I believe it can be controlled by an
- AppConfig option (say `admin_app_name`) for apps, and , 
- Model Meta option for the models (say `admin_model_name`), 
Those options will be accessible from model _meta , and we would use those options instead of the current `app_label` & `model_name` to construct the admin urls.
And so the final url would look something like this 
`admin/<admin_app_name>/<admin_model_name>/add|change|delete`"	New feature	closed	contrib.admin	2.1	Normal	wontfix	admin , url, routing		Unreviewed	0	0	0	0	0	0
