Files
@ c8f34ad333a2
Branch filter:
Location: kallithea/MIT-Permissive-License.txt
c8f34ad333a2
1023 B
text/plain
model: simplify guess_instance invocations
The second argument to the guess_instance classmethod is in practice
fixed for Gist, Permission, RepoGroup, Repository, User, UserGroup;
so might as well move this logic into per-class specializations of
guess_instance.
The second argument to the guess_instance classmethod is in practice
fixed for Gist, Permission, RepoGroup, Repository, User, UserGroup;
so might as well move this logic into per-class specializations of
guess_instance.