Releases: easy-as-python/django-webmention
Releases · easy-as-python/django-webmention
v4.0.0
Compare
Sorry, something went wrong.
No results found
daneah
released this
19 Feb 15:35
What's Changed
New Contributors
@j23n made their first contribution in #30
Full Changelog : v3.0.0...v4.0.0
v3.0.0
Compare
Sorry, something went wrong.
No results found
daneah
released this
03 Jan 12:29
What's Changed
New Contributors
Full Changelog : v2.0.2...v3.0.0
v2.0.2
Compare
Sorry, something went wrong.
No results found
daneah
released this
14 Feb 18:03
Store source content as a string rather than a bytes object
v2.0.1
Compare
Sorry, something went wrong.
No results found
daneah
released this
25 Aug 21:23
Fix rendering of HTML links in the Django admin by using format_html instead of the now-deprecated allow_tags attribute.
v2.0.0
Compare
Sorry, something went wrong.
No results found
daneah
released this
22 Aug 23:56
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
Compare
Sorry, something went wrong.
No results found
daneah
released this
23 Jul 03:11
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
Compare
Sorry, something went wrong.
No results found
daneah
released this
13 Apr 02:35
Made setup.py aware that the README content type is, in fact, markdown
Production stable release
Compare
Sorry, something went wrong.
No results found
daneah
released this
13 Apr 02:34
Add better documentation about testing
Add coverage configuration
Convert to using markdown for PyPI README
Django 1.10 and 2.0 compatibility
Compare
Sorry, something went wrong.
No results found
daneah
released this
03 Jan 02:27
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
Compare
Sorry, something went wrong.
No results found
daneah
released this
16 Jul 00:51
Reworked the unit tests to be runnable under Travis CI to support continuous integration.