We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug
The model has been renamed to defect in https://github.com/mozilla/bugbug/pull/335/files#diff-74f32ab12cc9be314b1fead3a281590c768699c2e9883b8346066f6c4d6daa90
defect
However, the definition of bug model was not dropped.
We need to drop the following line:
bugbug/bugbug/models/__init__.py
Line 16 in c228c2a
The text was updated successfully, but these errors were encountered:
Fix: mozilla#3695 Dropped definition of bug model
a253057
Dropped the unnecessary definition of bug model.
Hey! I tried to solve the issue. Please review the commit and give feedback if any changes are required.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The model has been renamed to
defect
in https://github.com/mozilla/bugbug/pull/335/files#diff-74f32ab12cc9be314b1fead3a281590c768699c2e9883b8346066f6c4d6daa90However, the definition of
bug
model was not dropped.We need to drop the following line:
bugbug/bugbug/models/__init__.py
Line 16 in c228c2a
The text was updated successfully, but these errors were encountered: