mongoengine/tests
Ross Lawley fc2aff342b Unique indexes are created before user declared indexes
This ensures that indexes are created with the unique flag, if a user
declares the index, that would automatically be declared by the `unique_indexes`
logic.

Thanks to btubbs for the test case.
Fixes #129
2011-05-18 17:37:41 +01:00
..
__init__.py Added changelog to docs, updated manifest 2010-01-04 16:10:42 +00:00
document.py Unique indexes are created before user declared indexes 2011-05-18 17:37:41 +01:00
fields.py Merge remote branch 'nvie/dev' into dev 2011-01-09 23:29:11 +00:00
queryset.py Fixes ordering with custom db field names 2011-05-18 12:18:33 +01:00