Common User-Content Interactions for Django>=1.6.1
Like, Mark as Favorite, Rate, Share, Denounce...
- Added common methods to 'RateableMixin' class
- Removed unused method 'get_absolute_url' from 'Comment' model class
- Added functionality to comment target mixin.
- Added functionality to mixins
- Fixed 'can_delete_comment' template tag method when the comment is generated by anonymous user
- Messages Compiled
- Added interaction to share to social networks if django-social-publisher is installed in the environment.
- Added monitoring functionality. Only visit activity monitoring by now.
- Added missing translations
- Fixed denounce deleted success message.
- Fixed denounce form error message.
- Added missing migration.
- Fix toggle interaction success implementation.
- Added support for comment stats.
- Added support for content commenting.
- Fixed stats model.
- Added migrations for stats app.
- Fixed stats mixin.
- Renamed stats application, to be more specific.
- Added Stats functionality.
- Unified Share and Recommend into only one possible interaction: Share (with an optional comment)
- Fix bug in mixins.
- Upgrading to django-social-graph 0.2.0
- Improving denounce flow.
- Templates tags expecting objects can now accept a tuple (content_type_pk, object_pk)
- Fix in mixins' edge creation methods (when an edge type allows only one edge per objects pair, use edge_change instead of edge_add).
- Added missing denounce url.
- Reimplemented jQuery classes in order to pass the params directly in the constructor of the instance.
PENDING...
PENDING...
- Run
python setup.py install
to install. - Modify your Django settings to use
content_interactions
: