Skip to content
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.

Scheduled monthly dependency update for November #41

Closed
wants to merge 3 commits into from

Conversation

pyup-bot
Copy link
Contributor

@pyup-bot pyup-bot commented Nov 1, 2017

Updates

Here's a list of all the updates bundled in this pull request. I've added some links to make it easier for you to find all the information you need.

Flask-SQLAlchemy 2.3.0 » 2.3.2 PyPI | Changelog | Repo | Docs
bcrypt 3.1.3 » 3.1.4 PyPI | Repo
pytz 2017.2 » 2017.3 PyPI | Homepage | Docs

Changelogs

Flask-SQLAlchemy 2.3.0 -> 2.3.2

2.3.2


Released on October 11, 2017

  • Don't mask the parent table for single-table inheritance models. (561_)

.. _561: pallets-eco/flask-sqlalchemy#561

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: pallets-eco/flask-sqlalchemy#542
.. _551: pallets-eco/flask-sqlalchemy#551
.. _555: pallets-eco/flask-sqlalchemy#555
.. _556: pallets-eco/flask-sqlalchemy#556
.. _558: pallets-eco/flask-sqlalchemy#558

That's it for now!

Happy merging! 🤖

@b-reich b-reich closed this Nov 3, 2017
@b-reich b-reich deleted the pyup-scheduled-update-11-01-2017 branch November 3, 2017 12:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants