Skip to content

Releases: M1ha-Shvn/django-pg-returning

Version 1.2.1

09 Jun 16:38
a52e1fb
Compare
Choose a tag to compare

Bug fixes

  1. Fixed django 2.2 compatibility

Testing

  1. Added django 2.2 to travis

Version 1.2.0

08 Jun 14:34
009307a
Compare
Choose a tag to compare

Features

  1. Added bulk_create_returning method to QuerySet

Version 1.1.1

02 Jun 03:42
cee31c2
Compare
Choose a tag to compare

Bug fixes

  1. Fixed foreign relations returning issue (#10)
  2. Fixed filtering with empty array in IN clause (#9)

Version 1.1.0

10 Feb 05:28
c726c1d
Compare
Choose a tag to compare

Features

  1. first() and last() methods for ReturningQuerySet
  2. Created abstract UpdateRetruningModel to integrate with
  3. UpdateReturningModel.save_returning() method

Version 1.0.2

28 Oct 10:42
7f1830d
Compare
Choose a tag to compare

Features

  1. Ability to create empty ReturningQuerySet
  2. Ability to concatenate ReturnginQuerySet-s with same fields

Testing

Added PostgreSQL 10 to travis config

Version 1.0.1

16 Jun 08:40
6dfb05b
Compare
Choose a tag to compare

Bug fixes

Fixed bug when only or defer methods are not used and model has relation fields (issue 2)

Version 1.0.0

13 Jun 10:19
Compare
Choose a tag to compare

Initial release