Skip to content

Releases: pinax/pinax-comments

2.0.0

17 Jul 18:40
7b7599c
Compare
Choose a tag to compare

1.0.3

03 May 04:19
d88abf7
Compare
Choose a tag to compare
  • Remove django-user-accounts from test requirements

1.0.2

30 Jan 19:50
Compare
Choose a tag to compare
  • Replace deprecated render_to_string() context_instance kwarg
  • Add view tests
  • Add templatetag tests

1.0.1

20 Jan 19:06
Compare
Choose a tag to compare
  • add django>=1.11 requirement
  • update testing requirements
  • improve documentation markup
  • remove "static" and "templates" dirs from MANIFEST.in
  • fix badge target links

1.0.0

09 Jan 17:35
Compare
Choose a tag to compare
  • Add Django 2.0 compatibility testing
  • Drop Django 1.9, 1.9, 1.10 and Python 3.3 support
  • Move documentation into README, standardize documentation layout
  • Convert CI and coverage to CircleCi and CodeCov
  • Add PyPi-compatible long description
  • Add documentation for templatetags and signals
  • Add usage example