Skip to content

v2.0.3

Latest
Compare
Choose a tag to compare
@foo290 foo290 released this 18 Apr 15:30
· 6 commits to main since this release

Bug Fixes:

  • Variable name in view function was different than the one passed in URL

Enhancement:

  • Raising Http404 instead of returning 404 with a string so we can have the default 404 page
  • Using python's logging system instead of print statements

Thanks to @sebastianhaas