LowieHuyghe / edmunds-python

Edmunds is a Flask based framework for building web applications with a firm structure to start from.
https://lowiehuyghe.github.io/edmunds-python/
Apache License 2.0
4 stars 1 forks source link

Update flask-sqlalchemy to 2.3.1 #63

Closed pyup-bot closed 7 years ago

pyup-bot commented 7 years ago

There's a new version of Flask-SQLAlchemy available. You are currently using 2.3.0. I have updated it to 2.3.1

These links might come in handy: PyPI | Changelog | Repo | Docs

Changelog

2.3.1


Released on October 5, 2017

  • If a model has a table name that matches an existing table in the metadata, use that table. Fixes a regression where reflected tables were not picked up by models. (551_)
  • Raise the correct error when a model has a table name but no primary key. (556_)
  • Fix repr on models that don't have an identity because they have not been flushed yet. (555_)
  • Allow specifying a max_per_page limit for pagination, to avoid users specifying high values in the request args. (542_)
  • For paginate with error_out=False, the minimum value for page is 1 and per_page is 0. (558_)

.. _542: https://github.com/mitsuhiko/flask-sqlalchemy/pull/542 .. _551: https://github.com/mitsuhiko/flask-sqlalchemy/pull/551 .. _555: https://github.com/mitsuhiko/flask-sqlalchemy/pull/555 .. _556: https://github.com/mitsuhiko/flask-sqlalchemy/pull/556 .. _558: https://github.com/mitsuhiko/flask-sqlalchemy/pull/558

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

codecov-io commented 7 years ago

Codecov Report

Merging #63 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #63   +/-   ##
======================================
  Coverage    94.3%   94.3%           
======================================
  Files         106     106           
  Lines        2266    2266           
======================================
  Hits         2137    2137           
  Misses        129     129

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7363429...7dace8c. Read the comment docs.