adewes / blitzdb

Blitz is a document-oriented database for Python that is backend-agnostic. It comes with a flat-file database for JSON documents and provides MongoDB-like querying capabilities.
http://blitzdb.readthedocs.org
MIT License
330 stars 37 forks source link

docstring for QuerySet.sort and using slice with __getitem__ #56

Closed kylewm closed 9 years ago

kylewm commented 9 years ago

Buff up the docstrings for sort, and remove references to outdated sort_by, order, limit from the filter docstring.

I'm really loving this project by the way. It is quickly becoming my golden hammer :hammer:

adewes commented 9 years ago

Thanks @kylewm !