Translation of user permissions is not done.
[image: gruop trans.PNG]
How should it go about it?
--
You received this message because you are subscribed to the Google Groups
"Django developers (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails fr
Get the initial form data from the request's GET on change view.
As is done in the add view, allow the values initially displayed by the
form to be modified as requested.
ip:port/admin/group/person/1/change/?name=BOB
What do you think of dealing with it in the following
way?
https://github