Skip to content

Releases: emencia/django-blog-xinnia

0.21.3

25 Feb 01:35
Compare
Choose a tag to compare

Release to fix some converter regex with escape character.

0.21.1

25 Feb 00:37
Compare
Choose a tag to compare

New release to fix package publishing on Pypi, no other changes.

0.21.0

25 Feb 00:29
Compare
Choose a tag to compare
  • Drop support for Django<3.1;
  • Migrated urls from "url()" to "path()" with pattern converters;
  • Use 'force_str()' instead of deprecated 'force_text()';
  • Remove 'providing_args' argument in Signals;