-
-
Notifications
You must be signed in to change notification settings - Fork 505
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Quoting @asottile-sentry from #2784 (comment)
Refs #2784
Quote starts:
I'm seeing a weird error here that I think is related? it seems to not be processing reverse model dependencies correctly?
src/sentry/releases/models.py:34: error: Cannot resolve keyword 'releasecommit' into field. Choices are: author, author_id, commitfilechange, date_added, date_created, id, key, message, organization_id, repository_id [misc]
- https://github.com/getsentry/sentry/blob/e1829e8cbd0fe4179e137afbbee23b06d35d3eee/src/sentry/releases/models.py#L34
- https://github.com/getsentry/sentry/blob/e1829e8cbd0fe4179e137afbbee23b06d35d3eee/src/sentry/models/releasecommit.py#L20
also seems to not be processing _id
automatic conversion:
src/sentry/users/models/user_option.py:62: error: Cannot resolve keyword 'project' into field. Choices are: id, key, organization_id, project_id, user, user_id, value [misc]
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working