Skip to content

Commit

Permalink
Removed remaining flask.ext remnants.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbr committed May 21, 2016
1 parent cf07635 commit a481978
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/bootstrap2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Usage

Here is an example::

from flask.ext.bootstrap import Bootstrap
from flask_bootstrap import Bootstrap

[...]

Expand Down
6 changes: 3 additions & 3 deletions docs/sqlalchemy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Flask-SQLAlchemy support
========================

`Flask-SQLAlchemy <https://pythonhosted.org/Flask-SQLAlchemy/>`_ supports
pagination through its :meth:`~flask.ext.sqlalchemy.BaseQuery.paginate`, which
will return a :class:`~flask.ext.sqlalchemy.Pagination` object. These can
pagination through its :meth:`~flask_sqlalchemy.BaseQuery.paginate`, which
will return a :class:`~flask_sqlalchemy.Pagination` object. These can
automatically rendered through the ``render_pagination`` macro:

.. code-block:: jinja
Expand All @@ -25,7 +25,7 @@ automatically rendered through the ``render_pagination`` macro:
Renders a pager for query pagination.

:param pagination: :class:`~flask.ext.sqlalchemy.Pagination` instance.
:param pagination: :class:`~flask_sqlalchemy.Pagination` instance.
:param endpoint: Which endpoint to call when a page number is clicked.
:func:`~flask.url_for` will be called with the given
endpoint and a single parameter, ``page``. If ``None``,
Expand Down

0 comments on commit a481978

Please sign in to comment.