Skip to content

Commit

Permalink
Merge 4932d6b into 40e7d6d
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrdcm committed Nov 22, 2017
2 parents 40e7d6d + 4932d6b commit 6995e64
Showing 1 changed file with 53 additions and 1 deletion.
54 changes: 53 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,59 @@ Changelog
0.5.2 (unreleased)
------------------

- Nothing changed yet.
- 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

- Update Czech translations to 100% coverage.

- Fix admin integration tests for the new "Import finished..." message (#596)

- Make import form type easier to override (#604)

- Add saves_null_values attribute to Field to control whether null values are saved on the object (#611)

- Add Bulgarian translations (#656)

- Add django 1.11 to TravisCI (#621)

- Make Signals code example format correctly in documentation (#553)

- Add Django as requirement to setup.py (#634)

- Update import of reverse for django 2.x (#620)

- Add Django-version classifiers to setup.py’s CLASSIFIERS (#616)

- Some fixes for Django 2.0 (#672)

- Strip whitespace when looking up ManyToMany fields (#668)

- Fix all ResourceWarnings during tests in Python 3.x (#637)

- Remove downloads count badge from README since shields.io no longer supports it for PyPi (#677)

- Add coveralls support and README badge (#678)


0.5.1 (2016-09-29)
Expand Down

0 comments on commit 6995e64

Please sign in to comment.