You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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