Skip to content

Releases: M1ha-Shvn/django-pg-returning

Version 2.0.2

04 Jan 08:54
3b57cb7
Compare
Choose a tag to compare

Dependencies

  1. Removed psycopg2 from dependencies so any of its forms can be used

Version 2.0.1

30 Dec 17:09
167d276
Compare
Choose a tag to compare

Compatibility

Fix compatiblity with django 4.0+ (#33)

CI

  1. Replaced django before 2.2 with 4.0, 4.1, 4.2
  2. Replaced Postgres 9.4, 9.5, 10 with 14, 15
  3. Replaced Python 3.6 with 3.11

Version 2.0.0

16 Aug 14:44
c820ca5
Compare
Choose a tag to compare

Possibly breaking changes

  1. Changed psycopg2-binary to psycopg2 dependency, as recommended in official docs

Version 1.3.2

16 Aug 12:27
caca31d
Compare
Choose a tag to compare

Bug fixes

  1. Fix for issue #29 by @Philipp-Userlike : Model.save_returning(...) method ignored redeclared Model.save(...) behavior

Version 1.3.1

07 Jan 10:18
c20175f
Compare
Choose a tag to compare

Testing

  1. Using GitHub Actions instead of Travis CI

Requirements

  1. Removed python 2.7 from testing
  2. Removed six and pytz from requirements
  3. typing library is now installed for python before 3.5 only
  4. Require psycopg2-binary instead of psycopg2

Version 1.3.0

08 Nov 15:19
Compare
Choose a tag to compare

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

20 Sep 09:45
c6e83bd
Compare
Choose a tag to compare

Bug fixes

  1. Fixed django 3.1 compatibility issue

Testing

  1. Replaced django 1.7 with django 3.1

Version 1.2.4

15 Dec 14:24
4b26894
Compare
Choose a tag to compare

Bug fixes

  1. Fixed django 3.0 compatibility

Testing

  1. Replaced Python 3.4 with python 3.8 testing
  2. Replaced PostgreSQL 9.3 with PostgreSQL 12 testing

Version 1.2.3

05 Dec 06:49
Compare
Choose a tag to compare

Bug fixes

  1. Fixed a library update bug with UpdateReturningModel, if model has been pickled without library required field

Version 1.2.2

30 Sep 05:20
Compare
Choose a tag to compare