Files
@ c8f34ad333a2
Branch filter:
Location: kallithea/docs/usage/vcs_support.rst
c8f34ad333a2
2.2 KiB
text/prs.fallenstein.rst
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.