erichiggins / gaek

A collection of useful tools for Google App Engine.
MIT License
16 stars 6 forks source link

Add NdbDecoder class to fix parsing of null values and nested datetimes. #13

Closed erichiggins closed 8 years ago

erichiggins commented 8 years ago

Reimplementation of #8 that resolves the original issue and also another that I found along the way where nested dictionaries with date-like values were not being decoded correctly. The main reason for redoing this PR was to get it merged to the correct base branch, which I had incorrectly configured.

FYI: @mhluongo

Codonaut commented 8 years ago

This LGTM. I left one comment in the tests.