Change logΒΆ

  • 1.1:
    • 1.1.4 (2016-10-04):
      • Adapted to Django 1.10.
    • 1.1.3 (2015-02-10):
      • Fixed cookie moderator issue killing comments which should pass.
    • 1.1.2 (2015-02-07):
      • Tries to import django_comments before django.comments.moderator.
    • 1.1.1 (2015-02-05):
      • Fixed Windows compatibility issue on logger.
    • 1.1.0 (2015-02-05):
      • Added support for django_comments (former django.contrib.comments)
  • 1.0:
    • 1.0.1 (2015-01-10):
      • Added support for Django 1.4 and later.
    • 1.0.0 (2013-04-01):
      • Changed version number and labeled as “stable”.
  • 0.4:
    • 0.4.3 (2013-03-23):
      • Fake forms made invisible via javascript.
    • 0.4.2 (2013-03-22):
      • Akismet settings made optional for non-Akismet users.
    • 0.4.1 (2013-03-21):
      • Bugfix at djangospam.akismet.
    • 0.4.0 (2013-03-20):
      • Added cookie-based comment moderator.

      • Transformed Akismet module into a separate subpackage.

        Warning

        Code that used Akismet module needs to be rewritten. See djangospam.akismet for the current code. Old code should work until 1.0.0.

      • Improved logger.

  • 0.3:
    • 0.3.4 (2013-03-18):
      • Improved forms and URL.
    • 0.3.3 (2013-03-17):
      • Worked around pip bug.
    • 0.3.2 (2013-03-17):
      • Fixed new setup bug (setup.py) - NOT A BUG, see v. 0.3.3.
    • 0.3.1 (2013-03-17):
      • Fixed setup bug (in Manifest.in)
    • 0.3.0 (2013-03-17):
      • Implemented cookie middleware
  • 0.2:
    • 0.2.2 (2013-03-16):
      • Fixed bug at akismet module.
    • 0.2.1 (2013-03-13):
      • Made compatible with both Python 2 and 3.
    • 0.2.0 (2013-03-10):
      • Implemented Akismet verification.
  • 0.1:
    • 0.1.1-0.1.6 (2013-03-10):
      • Bugfixes.
    • 0.1.0 (2013-03-09):
      • First version.