What's Changed
- Pagination set max limit by @HyoungSooo in #915
- Fixed Fields not generated when Meta.fields_optional = 'all' by @vitalik in #986
- Add UUID to supported fields by @gokaykucuk in #982
- Remove Redoc body margin by @Nekidev in #887
- Replace deprecated Pydantic method by @scott-8 in #922
- More comprehensive documentation for CSRF protection by @c4ffein in #906
- Git ignore coverage.xml file by @adamchainz in #944
- Fix pytest.mark.asyncio warning by @adamchainz in #943
- Use ruff to format code instead of black by @jairhenrique in #949
- Attribute
description
declared has typestr
but is used as type None by @luca-digrazia in #530 - Fix test warning by @jairhenrique in #951
- Drop support to unsupported python and django versions by @jairhenrique in #950
- test: Add django 5.0 to the test matrix by @marksweb in #954
- Fix mypy issues by @jairhenrique in #956
- Enable UP rule on ruff by @jairhenrique in #957
- Enable FURB rule on ruff by @jairhenrique in #958
- docs: remove extra backtick in api docs page by @noahgorstein in #964
- Enable PTH rule on ruff by @jairhenrique in #966
- Update ninja conf docs by @jamesrkiger in #972
New Contributors
- @c4ffein made their first contribution in #906
- @adamchainz made their first contribution in #944
- @luca-digrazia made their first contribution in #530
- @Nekidev made their first contribution in #887
- @marksweb made their first contribution in #954
- @noahgorstein made their first contribution in #964
- @HyoungSooo made their first contribution in #915
- @jamesrkiger made their first contribution in #972
- @gokaykucuk made their first contribution in #982
Full Changelog: v1.0.1...v1.1.0