rest-framework
rest-framework copied to clipboard
Migration to version 17.0
trafficstars
Todo
https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-17.0
Modules to migrate
- [ ] base_rest
- [ ] base_rest_auth_api_key
- [ ] base_rest_auth_jwt
- [ ] base_rest_auth_user_service
- [ ] base_rest_datamodel
- [ ] base_rest_demo
- [ ] base_rest_pydantic
- [ ] datamodel
- [ ] extendable
- [ ] extendable_fastapi
- [x] fastapi - By @nguyenminhchien - #409
- [ ] fastapi_auth_jwt - By @antonyht27 - #452
- [ ] fastapi_auth_jwt_demo
- [ ] graphql_base - By @dduarte-odoogap - #397
- [ ] graphql_demo - By @dduarte-odoogap - #398
- [ ] model_serializer
- [ ] pydantic
- [ ] rest_log - By @halbtonjazz - #523
Missing module? Check https://github.com/OCA/maintainer-tools/wiki/%5BFAQ%5D-Missing-modules-in-migration-issue-list
added graphql_base https://github.com/OCA/rest-framework/pull/397 and graphql_demo https://github.com/OCA/rest-framework/pull/398
Working on fastapi: https://github.com/OCA/rest-framework/pull/409
The existing branch 17.0 is not functional for this reason #419
fastapi_auth_api_key: WIP
working on extendable