-
Notifications
You must be signed in to change notification settings - Fork 124
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
queryset update() and EmbeddedModelField #13
Comments
OK, I've got a patch that fixes this, passes tests, etc. [Well, it passes all the tests except for one that it didn't pass before I started which is totally unrelated to the change.] I can't seem to push a new fork up though, maybe I need some sort of privilege or whatever to do that? Please let me know what needs to be done so I can push this up for you to take a look at. |
Ah, nevermind that. I think I misunderstood how forking works, so I'll do that properly and see if it works. |
…nrel#13 Removes pre_save() function entirely, moving its functionality into get_db_prep_value. Among other things, this means that queryset update() calls on EmbeddedModelFields work
Merged, thanks for the fix. |
…-nonrel#13 and django-nonrel#14. Patch by gpitfield, thanks!
New home for django-nonrel/mongodb-engine#103
The text was updated successfully, but these errors were encountered: