Weblate Permission: Automatic Group Assignment not covered
The Automatic Group Assignment are not covered/checked by weblate-permissions. But in terms of having complete control over permissions this should be checked too.
from weblate.auth.models import AutoGroup
g = Group.objects.filter(name="Users").first()
for a in g.autogroup_set.all():
print(a.match)
output: "^.*$"
Edited by hefee