Files
@ d7f13c2a28ba
Branch filter:
Location: kallithea/docs/index.rst
d7f13c2a28ba
1.1 KiB
text/prs.fallenstein.rst
UserModel: remove code duplication of User.get_by_username()
UserModel.get_by_username() and User.get_by_username() implement the same
logic and thus one should use the other instead of duplicating.
UserModel.get_by_username() and User.get_by_username() implement the same
logic and thus one should use the other instead of duplicating.