Skip to content

Version 2.0.12 (04 Nov 2019)

Compare
Choose a tag to compare
@atodorov atodorov released this 04 Nov 14:00
· 217 commits to master since this release
  • Fix too broad suppression of unused-argument warnings for functions and methods where the first argument is named request. Now issues warnings for the rest of the arguments if they are unused. Fix #249 (Pascal Urban)
  • Pass arguments of scripts/test.sh to test_func/pytest to ease development (Pascal Urban)
  • Document behavior when ForeignKey fields are referenced as strings. Fix #241