Flask-blogging

Latest version: v2.0.0.post2

Safety actively analyzes 629564 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 6

0.3.2

- Fixed a bug in the edit post routines. The edited post would end up as a
new one instead.

0.3.1

- The ``SQLAStorage`` accepts metadata, and ``SQLAlchemy`` object as inputs.
This adds the ability to keep the blogging table metadata synced up with
other models. This feature adds compatibility with ``Alembic`` autogenerate.
- Update docs to reflect the correct version number.

0.3.0

- Permissions is a new feature introduced in this version. By setting
``BLOGGING_PERMISSIONS`` to ``True``, one can restrict which of the users
can create, edit or delete posts.
- Added ``BLOGGING_POSTS_PER_PAGE`` configuration variable to control
the number of posts in a page.
- Documented the url construction procedure.

0.2.1

- ``BloggingEngine`` ``init_app`` method can be called without having to
pass a ``storage`` object.
- Hook tests to ``setup.py`` script.

0.2.0

- ``BloggingEngine`` configuration moved to the ``app`` config setting.
This breaks backward compatibility. See compatibility notes below.
- Added ability to limit number of posts shown in the feed through
``app`` configuration setting.
- The ``setup.py`` reads version from the module file. Improves version
consistency.

0.1.2

- Added Python 3.4 support

Page 5 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.