django-postgres-copy

Quickly import and export delimited data with Django support for PostgreSQL's COPY command

MIT License

Downloads
42.2K
Stars
178
Committers
25

Bot releases are hidden (Show)

django-postgres-copy - 2.7.4 Latest Release

Published by palewire 10 months ago

What's Changed

Full Changelog: https://github.com/palewire/django-postgres-copy/compare/2.7.3...2.7.4

django-postgres-copy - 2.7.3

Published by palewire over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/palewire/django-postgres-copy/compare/2.7.2...2.7.3

django-postgres-copy - 2.7.2

Published by palewire over 1 year ago

What's Changed

Full Changelog: https://github.com/palewire/django-postgres-copy/compare/2.7.1...2.7.2

django-postgres-copy - 2.7.1

Published by palewire over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/palewire/django-postgres-copy/compare/v2.7.0...2.7.1

django-postgres-copy - v2.3.5

Published by palewire about 6 years ago

  • Added ignore_conflicts option to from_csv method.
django-postgres-copy - v2.3.4

Published by palewire about 6 years ago

  • Added Python 3.7 support
django-postgres-copy - v2.3.3

Published by palewire about 6 years ago

  • Added ability to write to file-like objects
django-postgres-copy - v2.3.2

Published by palewire over 6 years ago

  • Added copy_to options for encoding, escape, quote and force_quote.
django-postgres-copy - v2.2.0

Published by palewire over 6 years ago

  • To realize speed gains, added new ConstraintsManager to drop all indexes and constraints on the database prior to loading.
django-postgres-copy - v2.1.0

Published by palewire almost 7 years ago

  • 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
django-postgres-copy - v2.0.3

Published by palewire almost 7 years ago

  • 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)
django-postgres-copy - v2.0.2

Published by palewire about 7 years ago

  • Added delimiter option to copy_to.
django-postgres-copy - v2.0.1

Published by palewire about 7 years ago

  • Added multi-database support to copy_to.
django-postgres-copy - v2.0.0

Published by palewire about 7 years ago

  • 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
django-postgres-copy - v0.2.1

Published by palewire over 7 years ago

  • Field retrieval now looks for matches with field.name and field.attname
django-postgres-copy - v0.2.0

Published by palewire over 7 years ago

  • 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
Package Rankings
Top 3.62% on Pypi.org
Related Projects