- Added write support to
BlobstoreStorage - Added high replication support to test framework. Use
HIGH_REPLICATIONto your database options to enable. - Added
testservercommand to start dev_appserver and install fixtures - Added cross-group transaction option to
@commit_lockeddecorator - Fixed various sys.path issues (Thanks lukebpotato)
- Fixed CursorQuery class MRO issues (Thanks anentropic)
- Fixed booting to respect previously defined
DJANGO_SETTINGS_MODULE(Thanks madisona)
- Added a
STORE_RELATIONS_AS_DB_KEYSdatabase options, making it possible to store foreign key values in the same way primary keys are stored (usinggoogle.appengine.ext.db.db.Key) - Added an index for contrib.admin's
LogEntry.object_idallowing admin history to work - Rewritten most of the code used for preparing fields' values for the datastore / deconverting values from the database
- Allow "--allow_skipped_files" to be used