·
6 commits
to master
since this release
Older versions of MongoDB & pymongo don't support keys with a dot in them.
So, for the keys in detail_urls, the dot in keys will be converted before storing it into DB and will be reverted on retrieval.
The only impact is the way data is stored & retrieved from DB.