-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Model nesting #946
Merged
Merged
Conversation
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
mvorisek
force-pushed
the
model_in_model
branch
4 times, most recently
from
December 31, 2021 12:02
1c6fb95
to
9d64113
Compare
mvorisek
force-pushed
the
model_in_model_base
branch
from
December 31, 2021 17:21
9d64113
to
0012ac9
Compare
mvorisek
force-pushed
the
model_in_model
branch
17 times, most recently
from
January 2, 2022 00:49
999265f
to
89d1883
Compare
mvorisek
force-pushed
the
model_in_model_base
branch
from
January 2, 2022 11:55
0012ac9
to
2a4cb1e
Compare
mvorisek
force-pushed
the
model_in_model
branch
4 times, most recently
from
January 2, 2022 18:20
8d3c605
to
f53ef21
Compare
mvorisek
force-pushed
the
model_in_model_base
branch
from
January 2, 2022 21:11
2a4cb1e
to
fe76395
Compare
mvorisek
force-pushed
the
model_in_model
branch
from
January 9, 2022 17:00
39e7a3f
to
a4438ea
Compare
mvorisek
force-pushed
the
model_in_model
branch
from
January 11, 2022 12:10
2423e81
to
12c2c2a
Compare
mvorisek
requested review from
DarkSide666,
georgehristov,
abbadon1334,
ibelar and
romaninsh
January 11, 2022 12:11
mvorisek
force-pushed
the
model_in_model
branch
4 times, most recently
from
January 11, 2022 23:19
8684a3d
to
0c70811
Compare
mvorisek
force-pushed
the
model_in_model
branch
from
January 11, 2022 23:34
0c70811
to
1a96086
Compare
mvorisek
force-pushed
the
model_in_model
branch
from
January 11, 2022 23:52
5155ff4
to
d48a037
Compare
DarkSide666
approved these changes
Jan 12, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This was referenced Jan 12, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
when saving, all inner models hooks are executed
no BC break
Array persistence support will be added in another PR - #961