Skip to content

Version 0.12.2

Compare
Choose a tag to compare
@sobolevn sobolevn released this 19 Aug 17:10
· 1999 commits to master since this release
8fd4bff

Features

  • Adds reveal_type to the list of forbidden functions
  • WPS517 now allows to use non-string keys inside **{},
    so this is allowed: Users.objects.get(**{User.USERNAME_FIELD: username})

Bugfixes

  • Fixes that {**a, **b} was reported as duplicate hash items