Flask-SQLAlchemy is now an approved extension

This commit is contained in:
Armin Ronacher 2010-07-25 17:59:53 +02:00
parent c509da2571
commit 339bca62d2

View file

@ -62,7 +62,8 @@ extensions = [
<p>Adds SQLAlchemy support to Flask. Quick and easy. <p>Adds SQLAlchemy support to Flask. Quick and easy.
''', ''',
github='mitsuhiko/flask-sqlalchemy', github='mitsuhiko/flask-sqlalchemy',
docs='http://packages.python.org/Flask-SQLAlchemy/' docs='http://packages.python.org/Flask-SQLAlchemy/',
approved=True
), ),
Extension('Flask-XML-RPC', 'Matthew Frazier', Extension('Flask-XML-RPC', 'Matthew Frazier',
description=''' description='''