mongo-python-driver/doc
A. Jesse Jiryu Davis e4cf504559 Option to not compile BSON regexes. PYTHON-500
Add a 'compile_re' parameter to Collection.find, Collection.find_one, and
json_util.loads. If it's False, regular expressions are encoded as a new class,
Regex, instead of passed to re.compile(). This allows PyMongo to handle regular
expressions that don't compile in Python but are valid in other contexts like
MongoDB queries.
2013-10-20 17:18:32 -04:00
..
api Option to not compile BSON regexes. PYTHON-500 2013-10-20 17:18:32 -04:00
examples Add a geo example using $maxDistance. 2013-10-01 19:20:58 -07:00
__init__.py mongohub doc stuff 2010-01-29 17:35:21 -05:00
changelog.rst Release notes and other doc fixes for 2.6. 2013-08-18 09:24:06 -07:00
conf.py Update docs for Connection->MongoClient change PYTHON-452 2013-02-10 10:53:35 -05:00
contributors.rst Add Yuchen Ying to contributors 2013-10-17 16:44:52 -04:00
faq.rst Improved mod_wsgi docs. PYTHON-567 2013-09-18 11:54:54 -04:00
index.rst Python 3 FAQ. 2012-04-20 10:41:29 -07:00
installation.rst OSX doc changes for Mountain Lion. 2012-08-28 10:55:41 -07:00
make.bat API doc generation with Sphinx 2009-11-12 16:46:49 -05:00
Makefile API doc generation with Sphinx 2009-11-12 16:46:49 -05:00
mongo_extensions.py Unused code in Sphinx extension. 2013-06-25 15:05:32 -07:00
python3.rst More Connection -> MongoClient in docs PYTHON-423 2012-11-16 18:07:37 -08:00
tools.rst Fix django-mongodb-engine links in tools.rst 2013-08-07 20:14:22 -07:00
tutorial.rst Show both host, port and URI examples. 2013-05-23 15:44:27 -07:00