BaseModel constructor is not documented

Issue #3567 invalid
p-vital created an issue

https://pythonhosted.org/Flask-SQLAlchemy/api.html#flask.ext.sqlalchemy.BaseQuery has no documentation for BaseModel constructor. This:

  • makes it unclear how to write BaseQuery derivative classes
  • makes it unclear how to instantiate BaseQuery or derived class instances

Comments (2)

  1. Log in to comment