Skip to content

Releases: palewire/django-postgres-copy

v2.0.3

21 Oct 19:29
Compare
Choose a tag to compare
  • mapping argument to copy_from now optional with header crosswalk inferred (@magnunleno)
  • Added support for optional delimiter argument to copy_to (@magnunleno)
  • Added support for optional header argument to copy_to (@ckirby)
  • Added support for optional null string argument to copy_to (@ckirby)
  • Refactor field resolution to use Django's preferred model._meta.get_field method (@ckirby)
  • More consistent use and testing of FieldDoesNotExist error (@palewire)

v2.0.2

09 Oct 15:20
Compare
Choose a tag to compare
  • Added delimiter option to copy_to.

v2.0.1

26 Sep 17:23
Compare
Choose a tag to compare
  • Added multi-database support to copy_to.

v2.0.0

26 Sep 17:22
Compare
Choose a tag to compare
  • Added copy_to for export support
  • Added new manager for easier implementation
  • Added copy_from to manage to connect existing import methods to the new idiom

v0.2.1

24 Apr 22:36
Compare
Choose a tag to compare
  • Field retrieval now looks for matches with field.name and field.attname

v0.2.0

19 Mar 16:23
Compare
Choose a tag to compare
  • Added optional hooks before and after copy and insert steps
  • Removed vestigal copy_type attribute on transformations
  • Python 3.6 testing
  • Django 1.11 testing