Releases: easy-as-python/django-webmention
Releases · easy-as-python/django-webmention
v3.0.0
03 Jan 12:29
Compare
Sorry, something went wrong.
No results found
v2.0.2
14 Feb 18:03
Compare
Sorry, something went wrong.
No results found
Store source content as a string rather than a bytes object
v2.0.1
25 Aug 21:23
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Made setup.py
aware that the README content type is, in fact, markdown
Production stable release
13 Apr 02:34
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Reworked the unit tests to be runnable under Travis CI to support continuous integration.
v0.0.3
22 Jan 16:22
Compare
Sorry, something went wrong.
No results found
Fixes:
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