django / django-contrib-comments

BSD 3-Clause "New" or "Revised" License
614 stars 196 forks source link

Question - Django comments with django parler/hvad #129

Open joeljv91 opened 6 years ago

joeljv91 commented 6 years ago

I'm using django comments in my test app, but I have django parler installed and django comments only work by using object id, so when I change my object language the comments are the same.

Any ideas about how to solve this?