(was: "[documentation] lack of information on indexes creation") Hello, Here http://django-mongodb.org/reference/model-options.html we can read "and generates the corresponding MongoDB indexes on syncdb." which is totally true but this lack 2 informations: - the syncdb will only create indexes **at the db creation** (maybe it's a mongodb limitation but that sound strange to me) - there is no information on how to add indexes after the db creation (I guess this is supposed to be done in mongo shell) Kind regards,