<!-- Release notes generated using configuration in .github/release.yml at main -->
What's Changed
Features
- Add refactored translatable field support behind experimental settings 60
> Removes `<field>_<lang>` type fields from query types and replaces them with automatically translated `<field>` based on `Accept-Language` header or a cookie based on `settings.LANGUAGE_COOKIE_NAME`. Also adds two options for `<field>_translations` field, which can be used to list or select multiple fields.
>
>Enable support with `EXPERIMENTAL_TRANSLATION_FIELDS: True` in `GRAPHENE_DJANGO_EXTENSIONS` settings and select the field type for the multi-language field with `EXPERIMENTAL_TRANSLATION_FIELDS` either `list` or `types`.
Automated
* Bump the python-dependencies group with 2 updates by dependabot in https://github.com/MrThearMan/graphene-django-extensions/pull/45
* Bump the python-dependencies group with 5 updates by dependabot in https://github.com/MrThearMan/graphene-django-extensions/pull/47
* Bump the python-dependencies group with 3 updates by dependabot in https://github.com/MrThearMan/graphene-django-extensions/pull/49
* Bump MrThearMan/CI from 0.4.9 to 0.4.11 in the github-actions-dependencies group by dependabot in https://github.com/MrThearMan/graphene-django-extensions/pull/51
* Bump the python-dependencies group with 3 updates by dependabot in https://github.com/MrThearMan/graphene-django-extensions/pull/52
* Bump the python-dependencies group with 2 updates by dependabot in https://github.com/MrThearMan/graphene-django-extensions/pull/54
* Bump the python-dependencies group with 4 updates by dependabot in https://github.com/MrThearMan/graphene-django-extensions/pull/56
* Bump the python-dependencies group with 2 updates by dependabot in https://github.com/MrThearMan/graphene-django-extensions/pull/58
* Bump the python-dependencies group with 3 updates by dependabot in https://github.com/MrThearMan/graphene-django-extensions/pull/61
* Bump graphene-django from 3.2.1 to 3.2.2 in the python-dependencies group by dependabot in https://github.com/MrThearMan/graphene-django-extensions/pull/63
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/MrThearMan/graphene-django-extensions/pull/46
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/MrThearMan/graphene-django-extensions/pull/48
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/MrThearMan/graphene-django-extensions/pull/50
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/MrThearMan/graphene-django-extensions/pull/53
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/MrThearMan/graphene-django-extensions/pull/57
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/MrThearMan/graphene-django-extensions/pull/59
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/MrThearMan/graphene-django-extensions/pull/62
---
**Full Changelog**: https://github.com/MrThearMan/graphene-django-extensions/compare/v0.4.4...v0.4.5