Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Let __init__ of your model get access to all given properties
In some scenario your model might define some default values based on properties given at creation time. This is only possible if __init__ receives all properties at once.
- Loading branch information