Skip to content

Releases: easy-as-python/django-webmention

v3.0.0

03 Jan 12:29
72f3df4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.2...v3.0.0

v2.0.2

14 Feb 18:03
Compare
Choose a tag to compare
  • Store source content as a string rather than a bytes object

v2.0.1

25 Aug 21:23
9faab3d
Compare
Choose a tag to compare

Fix rendering of HTML links in the Django admin by using format_html instead of the now-deprecated allow_tags attribute.

v2.0.0

22 Aug 23:56
94ccdae
Compare
Choose a tag to compare

This release drops support for Python 3.5 and fixes compatibility in the include_webmention_information decorator for versions of Django with new-style middleware.

v1.1.0

23 Jul 03:11
717b392
Compare
Choose a tag to compare

Maintainability release

This release contains mostly non-implementation changes:

  • Use static setup.cfg for package metadata and tooling configuration
  • Use black code style
  • Lint with pyflakes

Fix setup.py to expect markdown for README

13 Apr 02:35
Compare
Choose a tag to compare
  • Made setup.py aware that the README content type is, in fact, markdown

Production stable release

13 Apr 02:34
Compare
Choose a tag to compare
  • Add better documentation about testing
  • Add coverage configuration
  • Convert to using markdown for PyPI README

Django 1.10 and 2.0 compatibility

03 Jan 02:27
27bda8f
Compare
Choose a tag to compare
  • Mention use of path() over url() in README
  • Mention use of new-style MIDDLEWARE over old-style MIDDLEWARE_CLASSES in README
  • Add system check to detect presence of incorrect middleware configuration
  • Update imports and other syntax for forward compatibility with Django 1.10+ and Django 2.0+

v0.0.4

16 Jul 00:51
Compare
Choose a tag to compare

Reworked the unit tests to be runnable under Travis CI to support continuous integration.

v0.0.3

22 Jan 16:22
Compare
Choose a tag to compare

Fixes:

  • Errors in documentation

Additions:

  • Django 1.9 in frameworks listed in setup.py

Changes:

  • Successful POST requests will now receive a 202 Accepted response rather than a 200 OK response