Skip to content

Commit

Permalink
Adding note about _BaseValue in ndb. (#6289)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes authored and tseaver committed Oct 23, 2018
1 parent 304d71d commit 6baadd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ndb/MIGRATION_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,5 @@ The primary differences come from:
a new `Property()` instance is created. This increment is not threadsafe.
However, `ndb` was designed for `Property()` instances to be created at
import time, so this may not be an issue.
- `ndb.model._BaseValue` for "wrapping" non-user values should probably
be dropped or redesigned if possible.

0 comments on commit 6baadd8

Please sign in to comment.