Releases: M1ha-Shvn/django-pg-returning
Releases · M1ha-Shvn/django-pg-returning
Version 1.2.1
Bug fixes
- Fixed django 2.2 compatibility
Testing
- Added django 2.2 to travis
Version 1.2.0
Features
- Added bulk_create_returning method to QuerySet
Version 1.1.1
Version 1.1.0
Features
first()
andlast()
methods for ReturningQuerySet- Created abstract
UpdateRetruningModel
to integrate with UpdateReturningModel.save_returning()
method
Version 1.0.2
Features
- Ability to create empty ReturningQuerySet
- Ability to concatenate ReturnginQuerySet-s with same fields
Testing
Added PostgreSQL 10 to travis config
Version 1.0.1
Bug fixes
Fixed bug when only
or defer
methods are not used and model has relation fields (issue 2)
Version 1.0.0
Initial release