Added a migrations that was missed in the previous version. The migration adds the Blank=True to the 'assoc' ForeignKey for TreeComments
0.1.0
Revert the changes back to a pre-release version since I've forked the repo, changed the name, and will be replacing the core models with a new approach.
* Renamed all django-comments-xtd (etc.) to django-comments-tree * Changed Author to Ed Henderson, moved danirus to lead contributor
0.1.0rc5
Add 'create' as a kw argument to save Used when notifying of commponet post update or add
0.1.0rc4
Notifiy signal when comments are updated.
0.1.0rc3
Officially remove python 3.6 from compatibiliy due to use of dataclasses Update travis.yml to test against python 3.7 and 3.8 only. Fix but in main.sh script
0.1.0rc2
Remove the content_type from the fields of the api serializer_