aurweb/aurweb/models
Kevin Morris 1f2347c6b4
fix(fastapi): fix User.login signature typing
Signed-off-by: Kevin Morris <kevr@0cost.org>
2021-10-28 07:35:20 -07:00
..
__init__.py feat(fastapi): include all models in aurweb.models package 2021-10-16 19:35:20 -07:00
accepted_term.py change(fastapi): unify all model relationship behavior 2021-10-16 16:24:00 -07:00
account_type.py fix(fastapi): support "Account Type:" input for account edit 2021-10-25 22:05:23 -07:00
api_rate_limit.py change(fastapi): unify all model relationship behavior 2021-10-16 16:24:00 -07:00
ban.py use declarative_base for all ORM models 2021-06-10 13:54:27 -07:00
declarative.py add Base.as_dict() and Base.json() 2021-06-13 10:48:31 -07:00
dependency_type.py implement /packages/{name} as its own route 2021-07-27 20:48:40 -07:00
group.py change(fastapi): unify all model relationship behavior 2021-10-16 16:24:00 -07:00
license.py change(fastapi): unify all model relationship behavior 2021-10-16 16:24:00 -07:00
official_provider.py change(fastapi): unify all model relationship behavior 2021-10-16 16:24:00 -07:00
package.py change(fastapi): unify all model relationship behavior 2021-10-16 16:24:00 -07:00
package_base.py change(fastapi): unify all model relationship behavior 2021-10-16 16:24:00 -07:00
package_blacklist.py change(fastapi): unify all model relationship behavior 2021-10-16 16:24:00 -07:00
package_comaintainer.py change(fastapi): unify all model relationship behavior 2021-10-16 16:24:00 -07:00
package_comment.py change(fastapi): sanitize cascade backref strings 2021-10-16 16:24:05 -07:00
package_dependency.py change(fastapi): sanitize cascade backref strings 2021-10-16 16:24:05 -07:00
package_group.py change(fastapi): unify all model relationship behavior 2021-10-16 16:24:00 -07:00
package_keyword.py fix(fastapi): add backref cascade to Package{Keyword,License} 2021-10-20 20:59:42 -07:00
package_license.py fix(fastapi): add backref cascade to Package{Keyword,License} 2021-10-20 20:59:42 -07:00
package_notification.py change(fastapi): unify all model relationship behavior 2021-10-16 16:24:00 -07:00
package_relation.py change(fastapi): sanitize cascade backref strings 2021-10-16 16:24:05 -07:00
package_request.py fix(fastapi): PackageRequest's PackageBase relationship should not required 2021-10-23 19:00:03 -07:00
package_source.py change(fastapi): sanitize cascade backref strings 2021-10-16 16:24:05 -07:00
package_vote.py change(fastapi): unify all model relationship behavior 2021-10-16 16:24:00 -07:00
relation_type.py implement /packages/{name} as its own route 2021-07-27 20:48:40 -07:00
request_type.py fix(fastapi): pass request type's name to Request*Notification 2021-10-19 15:06:16 -07:00
session.py change(fastapi): unify all model relationship behavior 2021-10-16 16:24:00 -07:00
ssh_pub_key.py use declarative_base for all ORM models 2021-06-10 13:54:27 -07:00
term.py change(fastapi): unify all model relationship behavior 2021-10-16 16:24:00 -07:00
tu_vote.py change(fastapi): unify all model relationship behavior 2021-10-16 16:24:00 -07:00
tu_voteinfo.py change(fastapi): unify all model relationship behavior 2021-10-16 16:24:00 -07:00
user.py fix(fastapi): fix User.login signature typing 2021-10-28 07:35:20 -07:00