Removed remaining dependencies on django_comments. * Copied in a few remaining templates from django_comment * Migrated django_comments templatetags into this module
0.1.0a7
* Migrate all object_pk to object_id * Move django_comments.forms into app * Modify `CommentForm` to match new models * Add initial `APICommentSerializer * Remove object_id field from TreeComment and create migration * Migrate `CommentsAdmin` into this project * Update local CommentsAdmin to match fields for this project
0.1.0a6
* No code changes * Update how the versions are determined
0.1.0a5
* Fixed build error caused by flake8 issue
0.1.0a2
* Change development status to 3 - Alpha
0.1.0a1
* Resolve issue in models.py `add_child` to support adding from a form. * Add `updated_on` field to `TreeComment` model * Added an `init_form_data` method to TreeCommentForm that is currently unused and may be removed.