forked from pool/python-peewee
Accepting request 620633 from home:awissu:branches:devel:languages:python
- Update to 3.5.2: * New guide to using window functions in Peewee. * New and improved table name auto-generation. * Allow passing single fields/columns to window function order_by and partition_by arguments. * Support for FILTER (WHERE...) clauses with window functions and aggregates. * Added IdentityField class suitable for use with Postgres 10's new identity column type. * Fixed bug creating indexes on tables that are in attached databases (SQLite). * Fixed obscure bug when using prefetch() and ModelAlias to populate a back-reference related model. - Change in 3.5.1: * New documentation for working with relationships in Peewee. * Improved tests and documentation for MySQL upsert functionality. * Allow database parameter to be specified with ModelSelect.get() method. For discussion, see #1620. * Add QualifiedNames helper to peewee module exports. * Add temporary= meta option to support temporary tables. * Allow a Database object to be passed to constructor of DataSet helper. OBS-URL: https://build.opensuse.org/request/show/620633 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-peewee?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
5cca44ce34
commit
f3def603c1
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-peewee
|
||||
Version: 3.5.0
|
||||
Version: 3.5.2
|
||||
Release: 0
|
||||
Summary: A small expressive orm supports postgresql, mysql and sqlite
|
||||
License: BSD-3-Clause
|
||||
|
Reference in New Issue
Block a user