-------------
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 to ``db.utils`` to add Datastore config
options, such as ``batch_size`` and ``read_policy``
* Added Django Admin documentation (Thanks smeyfroi)
* Added ``--blobstore_path`` option to ``runserver.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)