Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Update peewee to 3.9.4#336

Merged
fkztw merged 3 commits into
masterfrom
pyup-update-peewee-3.9.3-to-3.9.4
Apr 15, 2019
Merged

Update peewee to 3.9.4#336
fkztw merged 3 commits into
masterfrom
pyup-update-peewee-3.9.3-to-3.9.4

Conversation

@pyup-bot

Copy link
Copy Markdown
Collaborator

This PR updates peewee from 3.9.3 to 3.9.4.

Changelog

3.9.4

* Add `Model.bulk_update()` method for bulk-updating fields across multiple
model instances. [Docs](http://docs.peewee-orm.com/en/latest/peewee/api.htmlModel.bulk_update).
* Add `lazy_load` parameter to `ForeignKeyField`. When initialized with
`lazy_load=False`, the foreign-key will not use an additional query to
resolve the related model instance. Instead, if the related model instance is
not available, the underlying FK column value is returned (behaving like the
"_id" descriptor).
* Added `Model.truncate_table()` method.
* The `reflection` and `pwiz` extensions now attempt to be smarter about
converting database table and column names into snake-case. To disable this,
you can set `snake_case=False` when calling the `Introspector.introspect()`
method or use the `-L` (legacy naming) option with the `pwiz` script.
* Bulk insert via ``insert_many()`` no longer require specification of the
fields argument when the inserted rows are lists/tuples. In that case, the
fields will be inferred to be all model fields except any auto-increment id.
* Add `DatabaseProxy`, which implements several of the `Database` class context
managers. This allows you to reference some of the special features of the
database object without directly needing to initialize the proxy first.
* Add support for window function frame exclusion and added built-in support
for the GROUPS frame type.
* Add support for chaining window functions by extending a previously-declared
window function.
* Playhouse Postgresql extension `TSVectorField.match()` method supports an
additional argument `plain`, which can be used to control the parsing of the
TS query.
* Added very minimal `JSONField` to the playhouse MySQL extension.

[View commits](https://github.com/coleifer/peewee/compare/3.9.3...3.9.4)
Links

@coveralls

coveralls commented Apr 14, 2019

Copy link
Copy Markdown

Coverage Status

Coverage increased (+0.009%) to 84.903% when pulling cc78959 on pyup-update-peewee-3.9.3-to-3.9.4 into b6d3f17 on master.

@fkztw fkztw merged commit 5eeecaa into master Apr 15, 2019
@fkztw fkztw deleted the pyup-update-peewee-3.9.3-to-3.9.4 branch April 15, 2019 19:50
fkztw pushed a commit that referenced this pull request Jun 17, 2019
The last version which supports Python 3.4.

CHANGE LOG:

Dependencies:
824b95d Update certifi to 2019.6.16 (#356)
1353415 Update pytest to 4.6.3 (#355)
03e4259 Update peewee to 3.9.6 (#354)
e88766b Update pluggy to 0.12.0 (#351)
0b72373 Update urllib3 to 1.25.3 (#350)
15796cd Update pytest to 4.5.0 (#348)
b362e67 Update pytest to 4.4.2 (#347)
db31f9f Update pluggy to 0.11.0 (#346)
5711ef3 Update pytest-cov to 2.7.1 (#345)
ef1eb2c Update urllib3 to 1.25.2 (#344)
4dad9ef Update peewee to 3.9.5 (#341)
a54cb77 Update urllib3 to 1.25.1 (#340)
8556392 Update urllib3 to 1.25 (#339)
7d1652f Update urllib3 to 1.24.2 (#338)
4fe6dec Update pytest to 4.4.1 (#337)
5eeecaa Update peewee to 3.9.4 (#336)

CI:
593d431 [CircleCI] Install requirements.txt before requirements-test.txt
731088b Update Pipfile.lock
4147d33 [PyUp] No need to watch Pipfile.lock
060b524 [CircleCI] update the cache name for save_cache and restore_cache
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.

3 participants