I´m trying to find some example of how to use change url of modelAdmin and what exactly result it gives. Sincerly I do not understand the part from docs:
"This will find the first registered instance of the admin application (whatever the instance name), and resolve to the view for changing poll.Choice instances in that instance."
You can reverse with:
With
appthe default namespace (you can specify a different one if you include this in thepath(…)where you attach theadmin.urls.pollthe name of the app,choicethe name of the model in lowercase, andpkthe primary key of the object.