-
Notifications
You must be signed in to change notification settings - Fork 57
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 ndb support. #40
base: master
Are you sure you want to change the base?
Add ndb support. #40
Conversation
… and decoding of db.Model objects. Also shortens SessionModel's "kind".
That's a bunch of different changes. Some seem to break existing sessions. May I suggest breaking them down into separate pull requests? 6fced82 seems to be the most obvious candidate for that. |
I'm not sure what you see, but I don't see a reasonable way to break On 9/24/13 6:31 PM, Maximillian Dornseif wrote:
|
I mean that this actually consists of
I think breaking these down into different pull requests makes it much easier for the project owner (@dound) to evaluate merge them. From my personal experience I can say that the shorter the pull request the easier it get's accepted. |
This is a reasonable analysis but at the same time, the changes are still straightforward and I have close to no investment in them being picked up by anyone else, so if the original developer is interested, he or she can incorporate some or all of them or not! |
Just coming across this now. In the file there are some needed updates for DIRTY_BUT_DONT_PERSIST_TO_DB => DIRTY_BUT_DONT_PERSIST_xTO_DB |
Thanks for the useful code!
I've made this modification to add ndb support; feel free to take it if you like.