Releases: M1ha-Shvn/django-pg-bulk-update
Releases · M1ha-Shvn/django-pg-bulk-update
Version 3.7.3
Compatibility
- Fix compatibility with psycpg3 by @LorenzoProd
Version 3.7.2
Requirements
- MInimized requirements, so psycopg2 or psycopg2-binary can be used (removed it from requirements at all)
CI
- Added django 5.0
Version 3.7.1
Bug fixes
- Fixed issue #92 in pdnf_clause, if initial data was empty.
Compatibility
- Fixed django 4.0+ compatibility
Version 3.7.0
Enhancements
- Set functions now can have different value types
supported_field_classes
:
- Field classes (any child classes are accepted too)
- Field class python import paths (any child classes are accepted too)
- Filed class names (behavior before this version, now inheritance here)
Version 3.6.0
Features
- Added ability to use
BulkValue()
in set function in form of django expression
Version 3.5.1
Bug fixes
- Fixed issue #84 : functions used as default field value are now handled correctly
Requirements
- Replaced psycop2-binary with psycopg2 in requirements files
Testing
- Added django 4.0 to GitHub Actions
Version 3.5.0
Features
- Added ability to use django expressions as set functions
Version 3.4.5
Version 3.4.4
Version 3.4.3
Bug fixes
- Fixed django 3.2 compatibility