Use a boolean instead of a group for internal users
The internal group is the only Group
Arkindex ever uses, which implies an extra SQL query whenever is_internal
is called. A BooleanField could replace this.
The internal group is the only Group
Arkindex ever uses, which implies an extra SQL query whenever is_internal
is called. A BooleanField could replace this.