Added support for compound primary keys (#149)

This commit is contained in:
Ross Lawley
2013-01-24 10:37:54 +00:00
parent d58f594c17
commit fff27f9b87
5 changed files with 52 additions and 12 deletions

View File

@@ -37,6 +37,7 @@ Changes in 0.8.X
- Added no_dereference context manager (#82)
- Added switch_collection context manager (#220)
- Added switch_collection method to document instances (#220)
- Added support for compound primary keys (#149)
Changes in 0.7.9
================