Updated changelog

This commit is contained in:
Ross Lawley 2011-10-27 01:14:51 -07:00
parent 5dc998ed52
commit 5eb63cfa30

View File

@ -5,6 +5,7 @@ Changelog
Changes in dev
==============
- Added pre and post bulk-insert signals
- Added ImageField - requires PIL
- Fixed Reference Fields can be None in get_or_create / queries
- Fixed accessing pk on an embedded document
@ -93,7 +94,6 @@ Changes in v0.5
way the user has specified them
- Fixed various errors
- Added many tests
- Added pre and post bulk-insert signals
Changes in v0.4
===============