Skip to content

Commit

Permalink
Removed notice about additional GridFS
Browse files Browse the repository at this point in the history
additional index was removed after discussion in #189
  • Loading branch information
IlyaSkriblovsky committed Oct 22, 2016
1 parent 65243f5 commit 331f779
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ Features
empty password and ``mechanism="MONGODB-X509"``.
- ``get_version()`` to approximate the behaviour of get_version in PyMongo. One noteable exception
is the omission of searching by random (unindexed) meta-data which should be considered a bad idea
as it may create *very* variable conditions in terms of loading and timing. An additional index is
also added to facilitate bi-directional movement between versions. Additional Unit test for GFS also added.
as it may create *very* variable conditions in terms of loading and timing.
- New ``ConnectionPool.drop_database()`` method for easy and convenient destruction of all your precious data.
- ``count()`` to return the number of versions of any given file in GridFS.

Expand Down

0 comments on commit 331f779

Please sign in to comment.