Added ImageField Support

Thanks to @wpjunior for the patch
Closes [#298]
This commit is contained in:
Ross Lawley
2011-10-27 00:58:47 -07:00
parent 165cdc8840
commit 56d1139d71
6 changed files with 269 additions and 23 deletions

View File

@@ -5,6 +5,7 @@ Changelog
Changes in dev
==============
- Added ImageField - requires PIL
- Fixed Reference Fields can be None in get_or_create / queries
- Fixed accessing pk on an embedded document
- Fixed calling a queryset after drop_collection now recreates the collection