Commit Graph

318 Commits

Author SHA1 Message Date
Bernie Hackett
1e5165afba Release notes for 2.6.3 2013-10-10 15:07:47 -07:00
behackett
b8a49d0f13 Release notes for 2.6.2 2013-09-06 13:46:01 -07:00
behackett
cbfb243582 Release notes for 2.6.1 2013-09-03 16:23:52 -07:00
behackett
f804c8e16e Release notes and other doc fixes for 2.6. 2013-08-18 09:24:06 -07:00
A. Jesse Jiryu Davis
5a88c6c2f4 Update docs for new pool options. PYTHON-436 2013-08-16 09:43:50 -04:00
Bernie Hackett
515e0536b6 Add Tyler Jones to contributors. 2013-08-13 08:38:59 -07:00
Bernie Hackett
533db404e6 Fix django-mongodb-engine links in tools.rst 2013-08-07 20:14:22 -07:00
Thiago Avelino
c435a32531 Add Django MongoEngine to Framework tools page of docs 2013-08-07 23:53:16 -03:00
Thiago Avelino
5092435834 fix link tutorial page MongoEngine tools page of docs 2013-08-07 23:34:28 -03:00
Thiago Avelino
e933b48261 Fix github link MongoEngine tools page of docs 2013-08-07 23:33:04 -03:00
behackett
4d42258697 Support exhaust cursor flag PYTHON-265 2013-08-05 11:29:11 -07:00
behackett
40a32cc4a2 Authentication examples PYTHON-544 2013-07-25 16:46:16 -07:00
A. Jesse Jiryu Davis
df64eccef9 Update FAQ for new max_pool_size. PYTHON-436 2013-07-15 17:10:27 -04:00
A. Jesse Jiryu Davis
dc4b127cce Add Xiuming Chen to contributors. 2013-07-05 19:23:14 -04:00
A. Jesse Jiryu Davis
75d0b85645 Add MongoClient.get_default_database(). PYTHON-461 2013-06-27 10:28:01 -07:00
A. Jesse Jiryu Davis
7b16f34b34 Unused code in Sphinx extension. 2013-06-25 15:05:32 -07:00
behackett
a62027225e Clean up faq content about django-mongodb-engine. 2013-06-20 11:14:14 -07:00
behackett
57d78a725b Changelog for 2.5.2. 2013-06-03 16:02:25 -07:00
behackett
60df9feb4f Fix doc compile warnings. 2013-05-30 16:34:21 -07:00
Wladston Viana Ferreira Filho
ae7ecf3d65 Added Manga to list of Python-based tools. 2013-05-30 16:31:23 -07:00
behackett
7049986214 Show both host, port and URI examples. 2013-05-23 15:44:27 -07:00
Lyndsy Simon
c9aae10cf7 Updates example using old-style hostname and port specification to use the standard connection string format. 2013-05-23 15:44:27 -07:00
A. Jesse Jiryu Davis
bb07fa558c Update max_pool_size and waitQueueTimeoutMS docs 2013-05-22 20:33:15 -04:00
Justin Patrin
8fe3154138 PYTHON-436 Change max_pool_size to limit the maximum concurrent connections rather than just the idle connections in the pool. Also add support for waitQueueTimeoutMS and waitQueueMultiple. 2013-05-22 20:33:14 -04:00
behackett
9d8e23c535 Changelog for 2.5.1 2013-05-13 13:18:01 -07:00
A. Jesse Jiryu Davis
bd575142e2 Update Tornado and Twisted recommendations 2013-03-22 19:25:16 -07:00
Jorge Puente Sarrín
59f30ba2a7 Adding Motor to alternative drivers list 2013-03-22 19:25:16 -07:00
Jorge Puente Sarrín
fcf5c87f32 To prefer Motor instead of AsyncMongo 2013-03-22 19:25:16 -07:00
Bernie Hackett
1ed7718ad1 Don't mask authentication failure details.
These changes should make it easier to debug
kerberos configuration issues on the client
and server.
2013-03-22 07:56:15 -07:00
behackett
1e5f33412f Changelog for 2.5. 2013-03-21 17:35:38 -07:00
Sam Helman
acb48295a5 Added full_response parameter to find_and_modify PYTHON-492 2013-03-19 14:48:52 -04:00
behackett
517356cf86 Fix links and line wrapping. 2013-03-13 17:57:54 -07:00
Dorianux
549f732730 just added some existing Flask tool 2013-03-13 17:54:14 -07:00
Ross Lawley
cf9dca6970 Documentation clarifications PYTHON-486 / PYTHON-487 2013-03-13 15:11:16 +00:00
A. Jesse Jiryu Davis
1ba099a15b Add Emily Stolfo to contributors. 2013-03-11 15:52:25 -04:00
Bernie Hackett
95538d61c5 Document Kerberos support limitations PYTHON-465 2013-02-26 15:36:51 -08:00
behackett
d2a286693e Add HASHED and GEOSPHERE index constants PYTHON-468 2013-02-22 12:43:48 -08:00
Jorge Puente Sarrín
c21f8b39e3 Updated MongoLog repository 2013-02-18 16:33:25 -05:00
behackett
8de9051228 Remove MongoAuthenticationMechanism PYTHON-465
The spec changed - MongoAuthenticationMechanism is
no longer required.
2013-02-12 14:30:11 -08:00
A. Jesse Jiryu Davis
d2b23a535c Update docs for Connection->MongoClient change PYTHON-452 2013-02-10 10:53:35 -05:00
Bernie Hackett
554d1d9131 Add rst for the auth module. 2013-02-09 14:59:06 -08:00
A. Jesse Jiryu Davis
d4bc0c8b8e Code example formatting 2013-02-09 17:55:00 -05:00
Bernie Hackett
ba4881102f FAQ entry for GSSAPI (Kerberos) authentication. 2013-02-09 14:31:08 -08:00
behackett
8b5ddc3b72 Release notes for 2.4.2 2013-01-23 12:09:42 -08:00
behackett
753dd27ca7 Add Craig Hobbs to contributors. 2013-01-23 11:16:11 -08:00
behackett
8aa99a507f Fix minor typo. 2013-01-22 18:44:58 -08:00
behackett
676aef7a7c Remove TEXT constant PYTHON-456
The "text search" feature is experimental in
MongoDB 2.4 and the index type may change.
2013-01-22 17:08:50 -08:00
behackett
5affa38537 Minor formatting fix. 2013-01-09 13:06:04 -08:00
Roman Kalyakin
aa8fa7b774 Update doc/tools.rst
Added mongobox to the list of Framework Tools.
2013-01-09 13:04:49 -08:00
behackett
7603b9db79 Support "text" as an index specifier PYTHON-456
This also fixes a few documentation issues around
index types.
2013-01-04 10:44:16 -08:00