Skip to content

Releases: palewire/django-postgres-copy

2.7.4

30 Dec 19:57
1864c69
Compare
Choose a tag to compare

What's Changed

  • Add Python 3.11 support
  • Add Django 5 support
  • Bump certifi from 2023.5.7 to 2023.7.22 by @dependabot in #171
  • Bump django from 4.2.2 to 4.2.3 by @dependabot in #170
  • Bump cryptography from 41.0.2 to 41.0.3 by @dependabot in #172

Full Changelog: 2.7.3...2.7.4

2.7.3

15 Jun 13:25
39d4d4c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.7.2...2.7.3

2.7.2

21 Feb 21:23
9159b12
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.7.1...2.7.2

2.7.1

25 May 19:47
791e228
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.7.0...2.7.1

v2.3.5

14 Aug 21:58
Compare
Choose a tag to compare
  • Added ignore_conflicts option to from_csv method.

v2.3.4

26 Jul 22:43
Compare
Choose a tag to compare
  • Added Python 3.7 support

v2.3.3

26 Jul 22:43
Compare
Choose a tag to compare
  • Added ability to write to file-like objects

v2.3.2

01 Apr 23:13
Compare
Choose a tag to compare
  • Added copy_to options for encoding, escape, quote and force_quote.

v2.2.0

25 Jan 05:46
Compare
Choose a tag to compare
  • To realize speed gains, added new ConstraintsManager to drop all indexes and constraints on the database prior to loading.

v2.1.0

02 Dec 18:11
Compare
Choose a tag to compare
  • Added support for Django 2.0
  • Dropped testing for Django versions prior to 1.11 and psycopg versions prior to 2.7.3, though they still likely work