-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update for revision 77, add tobias to credits
- Loading branch information
Mike Dirolf
committed
Sep 29, 2009
1 parent
9f94556
commit e8b971d
Showing
4 changed files
with
27 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ To apply the patch, do the following from a command line:: | |
|
||
$ cd googleappengine-read-only | ||
$ cd python/ # need to do this if you checked out all the different AE languages | ||
$ patch -p0 < gae_patch.txt | ||
$ patch -p0 < gae_patch.diff | ||
|
||
you should see output similar to:: | ||
|
||
|
@@ -128,4 +128,10 @@ Other Notes | |
see if it should create an index a query is performed. | ||
|
||
- Index creation ignores the "Ancestor" option. This option would just create an | ||
index on '_id', which (soon) MongoDB creates automatically anyway. | ||
index on '_id', which MongoDB creates automatically anyway. | ||
|
||
Credits | ||
======= | ||
- Tobias Rodäbel <[email protected]> | ||
|
||
- Fix for newer versions of AppEngine |
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