aurweb/aurweb/models
Kevin Morris b4092fe77d
fix(fastapi): pass request type's name to Request*Notification
Previously, we passed the straight up request type instance from
SQLAlchemy and had a .title() function that was transparently
treating the instance the same as the instance's Name in terms
of notify.py's use of it.

This commit removes that transparent behavior; it was not actually
intended.

Signed-off-by: Kevin Morris <kevr@0cost.org>
2021-10-19 15:06:16 -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 models.account_type: remove duplicated constants 2021-08-25 17:08:19 -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 change(fastapi): unify all model relationship behavior 2021-10-16 16:24:00 -07:00
package_license.py change(fastapi): unify all model relationship behavior 2021-10-16 16:24:00 -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 change(fastapi): unify all model relationship behavior 2021-10-16 16:24:00 -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 change(fastapi): unify all model relationship behavior 2021-10-16 16:24:00 -07:00