-
-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
65cb804
commit e9b65cf
Showing
11 changed files
with
136 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
16.0.2.1.0 (2023-10-13) | ||
~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
**Features** | ||
|
||
- * New base schemas: *PagedCollection*. This schema is used to define the | ||
the structure of a paged collection of resources. This schema is similar | ||
to the ones defined in the Odoo's **fastapi** addon but works as/with | ||
extendable models. | ||
|
||
* The *StrictExtendableBaseModel* has been moved to the *extendable_pydantic* | ||
python lib. You should consider to import it from there. (`#380 <https://github.com/OCA/rest-framework/issues/380>`_) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
16.0.1.2.0 (2023-10-13) | ||
~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
**Features** | ||
|
||
- The field *total* in the *PagedCollection* schema is replaced by the field *count*. | ||
The field *total* is now deprecated and will be removed in the next major version. | ||
This change is backward compatible. The json document returned will now | ||
contain both fields *total* and *count* with the same value. In your python | ||
code the field *total*, if used, will fill the field *count* with the same | ||
value. You are encouraged to use the field *count* instead of *total* and adapt | ||
your code accordingly. (`#380 <https://github.com/OCA/rest-framework/issues/380>`_) |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.