Added get_proxy_object helper to filefields (#391)

This commit is contained in:
Ross Lawley
2013-07-10 21:19:11 +00:00
parent 1785ced655
commit d9f538170b
3 changed files with 35 additions and 10 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.8.3
================
- Added get_proxy_object helper to filefields (#391)
- Added QuerySetNoCache and QuerySet.no_cache() for lower memory consumption (#365)
- Fixed sum and average mapreduce dot notation support (#375, #376, #393)
- Fixed as_pymongo to return the id (#386)