Note: This is the first release with a new version scheme. The major and minor numbers matches the supported Django version.
- Added support for Django 1.4
- Added App Engine MapReduce helpers, requires mapreduce r452 or greater
- Added
set_config
function todb.utils
to add Datastore config options, such asbatch_size
andread_policy
- Added Django Admin documentation (Thanks smeyfroi)
- Added
--blobstore_path
option torunserver.py
(Thanks karamfil) - Added write support to
BlobstoreStorage
- Added high replication support to test framework. Use
HIGH_REPLICATION
to your database options to enable. - Added
testserver
command to start dev_appserver and install fixtures - Added cross-group transaction option to
@commit_locked
decorator - 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_KEYS
database 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_id
allowing 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