Files
@ fd80edc4aa20
Branch filter:
Location: kallithea/tox.ini
fd80edc4aa20
195 B
text/x-ini
auth: move UserModel.fill_data to AuthUser
Because the method is only used by AuthUser, and also because it's an
awful thing to do (copying a large but ill-defined set of attributes
from one object to another), and we don't want usage to spread.
Because the method is only used by AuthUser, and also because it's an
awful thing to do (copying a large but ill-defined set of attributes
from one object to another), and we don't want usage to spread.