Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jarus committed Feb 29, 2012
1 parent 0727b50 commit 9b489fd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.rst
Expand Up @@ -2,7 +2,7 @@ Flask-MongoKit
==============

Flask-MongoKit simplifies to use `MongoKit`_, a powerful `MongoDB`_ ORM
in Flask applications. If you find bugs or want to support this extension you can find the source code `here`_.
in Flask applications.

.. _MongoKit: http://namlook.github.com/mongokit/
.. _MongoDB: http://www.mongodb.org/
Expand Down Expand Up @@ -30,3 +30,11 @@ Flask-MongoKit requires to run some packages (they will be installed automatical
* MongoKit
* pymongo

Changes
-------

* **0.4**: Support new import system of flask. Use now:

::
form flask.ext.mongokit import Mongokit

0 comments on commit 9b489fd

Please sign in to comment.