Closed DeD1rk closed 1 month ago
A bug in Django makes this impossible; I reported the bug and it has been fixed since. But we'll need to wait for a release that includes it.
@ColonelPhantom that fix has finally at least ended up in a tag 2 weeks ago: https://github.com/django/django/releases/tag/5.1a1
So hopefully maybe finally in 5.1?
What?
Show a (initially collapsed) inline of (current or all?) group memberships in the user admin.
Why?
It's currently quite not really streamlined to find someone's group memberships. For example, you can't search by username or pk in the groupmemberships admin list.
How?
Add an inline (readonly). And maybe tweak the search fields in the groupmemberships admin as well.