Generate Unique Indices for Lists of EmbeddedDocs

- Unique indices are now created in the database for EmbeddedDocument
  fields when the EmbeddedDocument is in a ListField
- Closes Issue #358
This commit is contained in:
Matthew Ellison
2014-11-19 15:50:32 -05:00
committed by Matthew Ellison
parent 285da0542e
commit bc53dd6830
3 changed files with 36 additions and 0 deletions

View File

@@ -215,3 +215,4 @@ that much better:
* André Ericson https://github.com/aericson)
* Mikhail Moshnogorsky (https://github.com/mikhailmoshnogorsky)
* Diego Berrocal (https://github.com/cestdiego)
* Matthew Ellison (https://github.com/mmelliso)