-
Notifications
You must be signed in to change notification settings - Fork 7
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 EmbeddedModelField #151
base: main
Are you sure you want to change the base?
Conversation
bec8461
to
a6479ba
Compare
Just want to make sure if we're copying code that we attribute it properly according to the django-nonrel license. |
Certainly. THIRD-PARTY-NOTICES could be amended. |
a6479ba
to
a104694
Compare
cb50893
to
6019a25
Compare
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.
Overall, LGTM! Before merge, I'd love to go over the commented pieces again, but thank you for transferring the tests. I think they covered all the cases we'd be curious about as well.
This is not at all ready for review. |
6019a25
to
df74d7b
Compare
df74d7b
to
a52ad67
Compare
0db42ed
to
09c1d69
Compare
return mql, key_transforms | ||
|
||
|
||
def key_transform(self, compiler, connection): |
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.
maybe we should move this function into the KeyTransform as as_mql
6f44d29
to
da58861
Compare
e2947b8
to
dd65bb7
Compare
Very limited work in progress.
No forms/admin support.
In progress schema change support.
Limited querying support (no field validation, no aggregation support).
fixes #103