Up to [cvs.NetBSD.org] / pkgsrc / www / py-django-import-export
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.15 / (download) - annotate - [select for diffs], Tue Oct 26 11:30:31 2021 UTC (6 months, 3 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
HEAD
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
www: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Not committed (merge conflicts): www/nghttp2/distinfo Unfetchable distfiles (almost certainly fetched conditionally...): ./www/nginx-devel/distinfo array-var-nginx-module-0.05.tar.gz ./www/nginx-devel/distinfo echo-nginx-module-0.62.tar.gz ./www/nginx-devel/distinfo encrypted-session-nginx-module-0.08.tar.gz ./www/nginx-devel/distinfo form-input-nginx-module-0.12.tar.gz ./www/nginx-devel/distinfo headers-more-nginx-module-0.33.tar.gz ./www/nginx-devel/distinfo lua-nginx-module-0.10.19.tar.gz ./www/nginx-devel/distinfo naxsi-1.3.tar.gz ./www/nginx-devel/distinfo nginx-dav-ext-module-3.0.0.tar.gz ./www/nginx-devel/distinfo nginx-rtmp-module-1.2.2.tar.gz ./www/nginx-devel/distinfo nginx_http_push_module-1.2.10.tar.gz ./www/nginx-devel/distinfo ngx_cache_purge-2.5.1.tar.gz ./www/nginx-devel/distinfo ngx_devel_kit-0.3.1.tar.gz ./www/nginx-devel/distinfo ngx_http_geoip2_module-3.3.tar.gz ./www/nginx-devel/distinfo njs-0.5.0.tar.gz ./www/nginx-devel/distinfo set-misc-nginx-module-0.32.tar.gz ./www/nginx/distinfo array-var-nginx-module-0.05.tar.gz ./www/nginx/distinfo echo-nginx-module-0.62.tar.gz ./www/nginx/distinfo encrypted-session-nginx-module-0.08.tar.gz ./www/nginx/distinfo form-input-nginx-module-0.12.tar.gz ./www/nginx/distinfo headers-more-nginx-module-0.33.tar.gz ./www/nginx/distinfo lua-nginx-module-0.10.19.tar.gz ./www/nginx/distinfo naxsi-1.3.tar.gz ./www/nginx/distinfo nginx-dav-ext-module-3.0.0.tar.gz ./www/nginx/distinfo nginx-rtmp-module-1.2.2.tar.gz ./www/nginx/distinfo nginx_http_push_module-1.2.10.tar.gz ./www/nginx/distinfo ngx_cache_purge-2.5.1.tar.gz ./www/nginx/distinfo ngx_devel_kit-0.3.1.tar.gz ./www/nginx/distinfo ngx_http_geoip2_module-3.3.tar.gz ./www/nginx/distinfo njs-0.5.0.tar.gz ./www/nginx/distinfo set-misc-nginx-module-0.32.tar.gz
Revision 1.14 / (download) - annotate - [select for diffs], Thu Oct 7 15:08:15 2021 UTC (7 months, 1 week ago) by nia
Branch: MAIN
Changes since 1.13: +1 -2
lines
Diff to previous 1.13 (colored)
www: Remove SHA1 hashes for distfiles
Revision 1.13 / (download) - annotate - [select for diffs], Sat Jan 16 08:59:38 2021 UTC (16 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.12: +5 -5
lines
Diff to previous 1.12 (colored)
py-django-import-export: updated to 2.5.0 2.5.0 Changed the default value for IMPORT_EXPORT_CHUNK_SIZE to 100. Add translation for Korean Update linting, CI, and docs.
Revision 1.12 / (download) - annotate - [select for diffs], Tue Oct 6 05:41:16 2020 UTC (19 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.11: +5 -5
lines
Diff to previous 1.11 (colored)
py-django-import-export: updated to 2.4.0 2.4.0: Fix deprecated Django 3.1 Signal(providing_args=...) usage. Fix deprecated Django 3.1 django.conf.urls.url() usage.
Revision 1.11 / (download) - annotate - [select for diffs], Sun Jul 12 17:53:15 2020 UTC (22 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.10: +5 -5
lines
Diff to previous 1.10 (colored)
py-django-import-export: updated to 2.3.0 2.3.0: Add missing translation keys for all languages Added missing Portuguese translations Add kazakh translations Add bulk operations
Revision 1.10 / (download) - annotate - [select for diffs], Thu Jul 9 08:46:10 2020 UTC (22 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.9: +5 -5
lines
Diff to previous 1.9 (colored)
py-django-import-export: updated to 2.2.0 2.2.0: Deal with importing a BooleanField that actually has True, False, and None values. Add row_number parameter to before_import_row, after_import_row and after_import_instance Paginate queryset if Queryset.prefetch_related is used
Revision 1.9 / (download) - annotate - [select for diffs], Sun May 17 21:30:53 2020 UTC (2 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.8: +5 -5
lines
Diff to previous 1.8 (colored)
py-django-import-export: updated to 2.1.0 2.1.0: Fix DurationWidget handling of zero value Make import diff view only show headers for user visible fields Make confirm_form accessible in get_import_resource_kwargs and get_import_data_kwargs Initialize Decimal with text value Adds meta flag ãàÏÔkip_diffãàto enable skipping of diff operations Update docs 2.0.2: Add support for tablib >= 1.0 Add ability to install a subset of tablib supported formats and save some automatic dependency installations (needs tablib >= 1.0) Use column_name when checking row for fields 2.0.1: Fix deprecated Django 3.0 function usage Pin tablib version to not use new major version Format field is always shown on Django 2.2 2.0: [django2.2] Add real support of Django 2.2 before 3.0 is out fix: DateTimeWidget not timezone sensitive Move actions definition to ExportActionMixin Add language support: Turkish Fix exception import for Django 3 Fix potential header / row column mismatches for invalid rows inãàAssume user is importing new data if id fields not included Fix bug with spaces in export filename, pass request and queryset Simplify Django version in TravisCI Align error in rtl mode Add dutch translations Add 3.8-dev to travis ci Fix style in getting_started docs Update documentation to show that mixins must be referenced before admin.ModelAdmin. JSONWidget updated with null value fix Import rows have background color Use resource get_queryset in ModelInstanceLoader Simplify coerce to text type More flexibility in ConfirmImportForm, forms and resource kwargs Add JSON B type field mapping Scale back stale botÑÔ time-to-stale test: explicitly order qs in ManyToManyWidget Add mysql to travis Expand doc strings to include Mixin superclasses Remove python2 compatibility decorator chore: fix Imports are incorrectly sorted. Use global env vars for postgres Used non-fixed id for test. Database is not torn down after each run, which means that the id is incrementing Fix warning from assertEquals Add psycopg2 as postgres driver to test requirements Add django version to the matrix Add matrix for sqlite and postgres testing Correct mistaken assertTrue() -> assertEquals() chore: add package long_description chore: add python wheels to dev requirements Add github directory with PR and issue templates Isort all the things Use coveralls master branch tag in the readme Remove support for Django < 2.0 and Python < 3.5
Revision 1.8 / (download) - annotate - [select for diffs], Thu Jan 10 09:26:32 2019 UTC (3 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Changes since 1.7: +5 -5
lines
Diff to previous 1.7 (colored)
py-django-import-export: updated to 1.2.0 1.2.0: feat: Better surfacing of validation errors in UI / optional model instance validation chore: Use modern setuptools in setup.py chore: Update URLs to use https:// chore: remove outdated workarounds chore: Run SQLite tests with in-memory database fix: Change logging level fix: Changed get_instance() return val
Revision 1.7 / (download) - annotate - [select for diffs], Wed Oct 3 10:00:26 2018 UTC (3 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Changes since 1.6: +5 -5
lines
Diff to previous 1.6 (colored)
py-django-import-export: updated to 1.1.0 1.1.0: fix: Django2.1 ImportExportModelAdmin export setup: add django2.1 to test matrix JSONWidget for jsonb fields Add ExportActionMixin Add Import Export Permissioning write_to_tmp_storage() for import_action() follow relationships on ForeignKeyWidget Update all pypi.python.org URLs to pypi.org added test for tsv import added unicode support for TSV for pytjhon 2 Added ExportViewMixin
Revision 1.6 / (download) - annotate - [select for diffs], Fri May 18 07:17:47 2018 UTC (4 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.5: +5 -5
lines
Diff to previous 1.5 (colored)
py-django-import-export: updated to 1.0.1 1.0.1: Make deep copy of fileds from class attr to instance attr Fix: NumberWidget.is_empty() should strip the value if string type Fix: last day isn't included in results qs use Python3 compatible MySql driver in development fix: warning U mode is deprecated in python 3 refactor: easier overridding widgets and default field Updated documentation regardign declaring fields custom js for action form also handles grappelli Use 'verbose_name' in breadcrumbs to match Django default Add Resource.get_diff_class() Fix and add polish translation Restore raise_errors to before_import
Revision 1.5 / (download) - annotate - [select for diffs], Thu Feb 22 11:13:00 2018 UTC (4 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.4: +5 -5
lines
Diff to previous 1.4 (colored)
py-django-import-export: updated to 1.0.0 1.0.0: Switch to semver versioning Require Django>=1.8 upgrade tox configuration
Revision 1.4 / (download) - annotate - [select for diffs], Thu Jan 18 13:36:14 2018 UTC (4 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.3: +5 -5
lines
Diff to previous 1.3 (colored)
py-django-import-export: updated to 0.7.0 0.7.0: skip_row override example Testing against Django 2.0 should not fail Refactor transaction handling Resolves 703 fields shadowed discourage installation as a zipped egg Fixed middleware settings in test app for Django 2.x
Revision 1.3 / (download) - annotate - [select for diffs], Tue Dec 5 09:29:33 2017 UTC (4 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
py-django-import-export: updated to 0.6.1 0.6.1: Refactors and optimizations Travis tests for Django 2.0.x
Revision 1.2 / (download) - annotate - [select for diffs], Tue Nov 28 10:01:13 2017 UTC (4 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.1: +5 -5
lines
Diff to previous 1.1 (colored)
py-django-import-export: updated to 0.6.0 0.6.0: Refactor import_row call by using keyword arguments Added {{ block.super }} call in block bodyclass in admin/base_site.html Add support for the Django DurationField with DurationWidget GitHub bmihelac -> django-import-export Account Update Add intersphinx links to documentation Add Resource.get_import_fields() Fixed readme mistake Bugfix/fix m2m widget clean Allow injection of context data for template rendered by import_action() and export_action() Bugfix/fix exception in generate_log_entries() Process import dataset and result in separate methods Bugfix/fix error in converting exceptions to strings Fix admin integration tests for the new "Import finished..." message, update Czech translations to 100% coverage. Make import form type easier to override Add saves_null_values attribute to Field to control whether null values are saved on the object Add Bulgarian translations Add django 1.11 to TravisCI Make Signals code example format correctly in documentation Add Django as requirement to setup.py Update import of reverse for django 2.x Add Django-version classifiers to setup.pyãàÑÔ CLASSIFIERS Some fixes for Django 2.0 Strip whitespace when looking up ManyToMany fields Fix all ResourceWarnings during tests in Python 3.x Remove downloads count badge from README since shields.io no longer supports it for PyPi Add coveralls support and README badge
Revision 1.1 / (download) - annotate - [select for diffs], Tue Oct 17 06:53:32 2017 UTC (4 years, 7 months ago) by adam
Branch: MAIN
django-import-export is a Django application and library for importing and exporting data with included admin integration. Features: * support multiple formats (Excel, CSV, JSON, ... and everything else that tablib support) * admin integration for importing * preview import changes * admin integration for exporting * export data respecting admin filters