Release Notes¶
1.0.6¶
- Preparing to drop support for python 3.6.
- Fix
providing_argsfrom signals as it is deprecated in Django 4.
1.0.5¶
- Added
idfield to the ThreadSerializer.
1.0.4¶
- Bugfix #10. Thank you kamikaz1k
- Bugfix #9. Thank you kamikaz1k
1.0.3¶
Added¶
- Settings to override the serializers on the views by using a custom.
EditMessageApiViewallowing editing a message sent from a user of a given thread.CurrentThreadDefaultsimilar toCurrentUserDefaultfrom Django Rest Framework but for threads.
Fixed¶
- Show sender when a message sent is from the same sender and receiver - Issue
- Issue with
display_namefor InboxSerializer - Issue. ThreadCRUDApiViewpostwhere wasn't using the data from the serializer.
1.0.2¶
Added¶
- Support for python 3.9
- CircleCI config
Fixed¶
- Tests naming conflicts.
- Migration issues.
Updated¶
- README.
1.0.0¶
- Initial release
License¶
Copyright (c) 2020-present Tiago Silva and contributors under the MIT license.