MongoDB has implemented a feature called GridFS for all of their drivers. It overcomes the 16MB BSON-document size limit. The Python code is here.
The 1MB limit on entities can be an issue in some applications and a feature like GridFS would be a great way to overcome that. Is such a feature something that could live in this project?