Fixed querying ReferenceField custom_id (#317)

This commit is contained in:
Ross Lawley
2013-05-20 10:20:43 +00:00
parent 1ddf8b3159
commit ebdd2d730c
2 changed files with 1 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.8.0
================
- Fixed querying ReferenceField custom_id (#317)
- Fixed pickle issues with collections (#316)
- Added `get_next_value` preview for SequenceFields (#319)
- Added no_sub_classes context manager and queryset helper (#312)