shellfly / django-vote

Simple vote for django
http://django-vote.readthedocs.io
Apache License 2.0
158 stars 49 forks source link

Extending the VoteModel model #70

Closed n1k0 closed 4 years ago

n1k0 commented 4 years ago

I have a use case where I'd need to attach a comment when a used voted down an instance. How could I extend the VoteModel model to add this field and related checks?

Thanks!

n1k0 commented 4 years ago

Closing, I should just read docs sometimes.

rollue commented 4 years ago

@n1k0 How did you figure this out? It seems this is not possible? @shellfly Is there a way to do this? Or it is more like a feature request?

n1k0 commented 4 years ago

@mhoonjeon I implemented my own custom solution