Files
@ e99a33d7d7f5
Branch filter:
Location: kallithea/docs/dev/dbmigrations.rst
e99a33d7d7f5
2.9 KiB
text/prs.fallenstein.rst
cleanup: use obj.foo_id instead of obj.foo.foo_id
Don't use constructs like obj.user.user_id when obj.user_id works
equally well (and potentially saves a database load).
Don't use constructs like obj.user.user_id when obj.user_id works
equally well (and potentially saves a database load).