-
Notifications
You must be signed in to change notification settings - Fork 20
add AttachmentsMixin #38
New issue
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
base: 3.0
Are you sure you want to change the base?
Conversation
attachments/__init__.py
Outdated
| from attachments.mixins import AttachmentsMixin | ||
| return AttachmentsMixin | ||
|
|
||
| AttachmentsMixin = get_AttachmentsMixin() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need to have this in attachments.init?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also version_info need to be bumped to 3.2.5 or an equivalent increment to the latest attachment version in the 3.0 branch)
attachments/__init__.py
Outdated
| @@ -1,4 +1,4 @@ | |||
| __version_info__ = (3, 3, 0) | |||
| __version_info__ = (3, 3, 1) | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a feature not a hotfix, so it should be 3.4.0
No description provided.