Paul's Programming Notes
PostsRSSGithub

Django-Moderation

21 May 2016

It would be nice if there were a sqlalchemy/flask equivalent to this: https://github.com/dominno/django-moderation

The equivalent might use sqlalchemy_utils for its generic relationships: https://sqlalchemy-utils.readthedocs.io/en/latest/generic_relationship.html

pythonflaskdjangosqlalchemy

Related posts

  • SQLAlchemy's "scale" Argument & WTForms 23 Dec 2015
  • Is it necessary to run SQLAlchemy's session.remove()? 23 Oct 2016
  • SQLAlchemy - "Base.query = db_session.query_property()" 13 Feb 2017
© 2026. All rights reserved.