I want to use 'Time To Live' collection feature (http://docs.mongodb.org/manual/tutorial/expire-data/) in my app (flask+mongokit).
It is possible to create TTL index for all documents in collection via MongoKit when i describe my models or i need to use pymongo instead?
Thanks