Skip to content

0.21.0

Compare
Choose a tag to compare
@sveetch sveetch released this 25 Feb 00:29
· 3 commits to master since this release
  • 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;