Django-pg-bulk-update

Latest version: v3.7.2

Safety actively analyzes 629811 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

3.4.0

Features
1. Added ability to create set functions which doesn't require value (`SetFunction.needs_value` attribute)
2. Added `NowSetFunction`

Bug fixes
1. Fixed [issue 55](55): `auto_now` and `auto_now_add` parameters of `DateTimeField` and `DateField` now work correctly
2. Fixed tricky issue with checking default connection during library import, which caused wrong default connection settings
3. Fixed django 3.1 compatiblity
4. Fixed django 4.0 JSONField deprecation warning

Testing
1. Replaced django 1.7 with 3.1 in travis tests

3.3.0

Performance
1. Optimized SQL in VALUES section, so that defaults are not copied a lot of times in bulk_create and bulk_update_or_create
2. Other performance imporvements

3.2.4

Bug fixes
1. Fixed SQL bug in bulk_update_or_create query when update=False and returning is used

3.2.3

Features
1. Added bulk_create helper to queries
2. Added pg_bulk_create function to QuerySet

Minor imporvements
1. Prevented adding NULL values as defaults when django field has no default value

3.1.1

Bug fixes
Fixed issue https://github.com/M1hacka/django-pg-bulk-update/issues/51

3.1.0

Features
1. Added array_remove set function (by [roveil](https://github.com/roveil))

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.