Skip to content

Releases: strawberry-graphql/strawberry-django

Release 0.3

23 May 21:43
e883287
Compare
Choose a tag to compare

What's Changed

  • Feature: Register mutation by @neolight1010 in #45
  • Fix filtering in get_queryset of types with enabled pagination by @illia-v in #60
  • Add permissions to django mutations by @wellzenon in #53
  • Fix a bug related to creating users with unhashed passwords by @illia-v in #62
  • pre-commit config file and fixes by @la4de in #68
  • Clean deprecated API by @la4de in #69
  • updated the way event loop is detected in 'is_async' by @g-as in #72
  • Fix detecting auto annotations when postponed evaluation is used by @illia-v in #73
  • Updated docs by @ccsv in #78
  • Fix incompatibility with Strawberry >= 0.92.0 related to interfaces by @illia-v in #76
  • Fixed issue with generating order args by @jaydensmith in #90
  • Update .gitignore to the python standard by @hiporox in #97
  • feat: add Enum support to filtering by @hiporox in #100
  • build: update packages by @hiporox in #94
  • Caching Extensions using Django Cache by @hiporox in #93
  • docs: filled in some missing info in the docs by @hiporox in #98
  • Fix ordering with custom filters by @hiporox in #108
  • bugfix: ignore filters argument if it is an arbitary argument by @devkral in #115
  • Fixing Quick Start by @akkim2 in #114
  • Fix #110 - Add **kwargs passthrough on CUD mutations, enables "description" annotation from Strawberry. by @JoeWHoward in #111
  • Use auto from strawberry instead of define our own by @bellini666 in #101
  • Fix filtering cannot use relational reflection fields by @star2000 in #109
  • refactor: Change the use of "is_unset" to "is UNSET" by @bellini666 in #117

New Contributors

Full Changelog: v0.2.5...v0.3