Hi,
Currently, the ADMIN_FOR settings is rather obscure and only used by the admindocs contrib app to document stuff for other sites.
https://docs.djangoproject.com/en/dev/ref/settings/#admin-forWhen working on admindocs and notably on decoupling contrib.sites and contrib.admindocs with Bouke Haarsma (
https://code.djangoproject.com/ticket/21386), we were wondering if this option was really used in the wild.
So if you are using ADMIN_FOR in your project with a use case that can be somewhat common, speak now. Otherwise we are suggesting to simply remove the functionality in Django 1.7.
Claude