-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changing constructor of Entity to take a Key.
Also: - Dropping dataset and kind from Entity constructor. - Dropping Entity.from_path factory. - Removing Connection.dataset(). - helpers.entity_from_protobuf() no longer requires dataset. - Making Entity.key a data attribute instead of a getter/setter method. - Removing Entity.dataset() (since no longer stored). - Making Entity.kind() and Entity.exclude_from_indexes() @Property's. - Removing Entity._must_dataset (no longer needed). - Adding optional connection argument to Entity.save() and Entity.reload(). - Making Entity.save() and Entity.reload() return nothing. - Updating regression/datastore.py for changes.
- Loading branch information
Showing
12 changed files
with
99 additions
and
298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.