Releases: M1ha-Shvn/django-pg-returning
Releases · M1ha-Shvn/django-pg-returning
Version 2.0.2
Version 2.0.1
Compatibility
Fix compatiblity with django 4.0+ (#33)
CI
- Replaced django before 2.2 with 4.0, 4.1, 4.2
- Replaced Postgres 9.4, 9.5, 10 with 14, 15
- Replaced Python 3.6 with 3.11
Version 2.0.0
Possibly breaking changes
- Changed
psycopg2-binary
topsycopg2
dependency, as recommended in official docs
Version 1.3.2
Bug fixes
- Fix for issue #29 by @Philipp-Userlike :
Model.save_returning(...)
method ignored redeclaredModel.save(...)
behavior
Version 1.3.1
Testing
- Using GitHub Actions instead of Travis CI
Requirements
- Removed python 2.7 from testing
- Removed
six
andpytz
from requirements typing
library is now installed for python before 3.5 only- Require
psycopg2-binary
instead ofpsycopg2
Version 1.3.0
Features
Added create_returning method to Manager and QuerySet
Bug fixes
Fixed issue #20: save_returning() failed when inserting data
Tests
Added tests on basic Model.save() method to ensure it has not been broken
Version 1.2.5
Version 1.2.4
Bug fixes
- Fixed django 3.0 compatibility
Testing
- Replaced Python 3.4 with python 3.8 testing
- Replaced PostgreSQL 9.3 with PostgreSQL 12 testing
Version 1.2.3
Bug fixes
- Fixed a library update bug with UpdateReturningModel, if model has been pickled without library required field