django-fluent / django-fluent-comments

A modern, ajax-based appearance for django comments
https://django-fluent.org/
Apache License 2.0
182 stars 90 forks source link

Changes to allow non-integer pk. #84

Closed mozza closed 8 years ago

mozza commented 8 years ago

This change will allow fluent-comments to work with non-integer primary keys.

codecov-io commented 8 years ago

Current coverage is 70.31% (diff: 100%)

Merging #84 into master will decrease coverage by 0.29%

@@             master        #84   diff @@
==========================================
  Files            11         11          
  Lines           439        438     -1   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits            310        308     -2   
- Misses          129        130     +1   
  Partials          0          0          

Powered by Codecov. Last update 5261022...4cb939b

vdboor commented 8 years ago

Thanks for the fix!