Next | Query returned 26 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2018-05-18 09:17:48 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
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
   2018-02-22 12:13:00 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-django-import-export: updated to 1.0.0

1.0.0:
Switch to semver versioning
Require Django>=1.8
upgrade tox configuration
   2018-01-18 14:36:14 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
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
   2017-12-05 10:29:33 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-django-import-export: updated to 0.6.1

0.6.1:
Refactors and optimizations
Travis tests for Django 2.0.x
   2017-11-28 11:01:13 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
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’s 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
   2017-10-17 08:53:32 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
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

Next | Query returned 26 messages, browsing 21 to 30 | previous