Skip to content

Commit d651a70

Browse files
committed
link to sqlalchemy documentation
Direct link to SQLAlchemy docs on front page. Description of what Flask-SQLAlchemy docs are. Bump minimum SQLAlchemy version.
1 parent 8c89a76 commit d651a70

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/index.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Flask-SQLAlchemy
66
.. module:: flask_sqlalchemy
77

88
Flask-SQLAlchemy is an extension for `Flask`_ that adds support for
9-
`SQLAlchemy`_ to your application. It requires SQLAlchemy 0.6 or
9+
`SQLAlchemy`_ to your application. It requires SQLAlchemy 0.8 or
1010
higher. It aims to simplify using SQLAlchemy with Flask by providing
1111
useful defaults and extra helpers that make it easier to accomplish common
1212
tasks.
@@ -16,4 +16,8 @@ tasks.
1616
.. _example sourcecode:
1717
http://github.com/mitsuhiko/flask-sqlalchemy/tree/master/examples/
1818

19+
See `the SQLAlchemy documentation`_ to learn how to work with the ORM in depth. The following documentation is a brief overview of the most common tasks, as well as the features specific to Flask-SQLAlchemy.
20+
21+
.. _the SQLAlchemy documentation: http://docs.sqlalchemy.org/
22+
1923
.. include:: contents.rst.inc

0 commit comments

Comments
 (0)