v2.16.0
What's Changed
- Introduced optional_fields to SerializationMutation by @rganeyev in #1080
- Validate in and range filter inputs (v2) by @tcleonard in #1092
- Fix backward compability on GraphQLTestCase._client setter (v2) by @ulgens in #1093
- Convert Django form / DRF decimals to Graphene decimals by @ulgens in #958
- Support "contains" and "overlap" filtering (v2) by @lucas-bremond in #1100
- Add enum support to filters and fix filter typing (v2) by @tcleonard in #1114
- fix: declaration of required variable in filters v2 by @tcleonard in #1136
- Add typed filters (v2) by @tcleonard in #1142
- update js version by @Rainshaw in #1189
- Replace calls to methods removed in Django v4 by @MisterGlass in #1275
- V2 has broken liks too see #1309 by @ppk42 in #1310
- Introduce pre-commit config for flake8 by @ulgens in #1338
- Upgrade Python version in CI by @ulgens in #1339
- pre-commit & black by @ulgens in #1340
- Sync trove classifiers with tox.ini by @ulgens in #1341
- Backport Django 4.1 compatibility fixes to v2 by @santiagoaguiar in #1413
New Contributors
- @MisterGlass made their first contribution in #1275
- @santiagoaguiar made their first contribution in #1413
Full Changelog: v2.15.0...v2.16.0