-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change: Shrink the signature of all Model classes
Remove the static model creation methods `_get_value` and `_get_value_from_model_field_cls` from the Model class and refactor them to functions. This methods are just used during model creation and afterwards should not be available on the Model instance.
- Loading branch information
1 parent
11e8cdd
commit e1ea02c
Showing
1 changed file
with
53 additions
and
61 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