Fixed ReferenceField inside nested ListFields dereferencing problem #368

This commit is contained in:
Ross Lawley 2014-06-27 11:33:56 +01:00
parent f31b2c4a79
commit 1502dda2ab

View File

@ -6,6 +6,7 @@ Changelog
Changes in 0.9.X - DEV
======================
- Fixed ReferenceField inside nested ListFields dereferencing problem #368
- Added the ability to reload specific document fields #100
- Added db_alias support and fixes for custom map/reduce output #586
- post_save signal now has access to delta information about field changes #594 #589