Skip to content

Commit

Permalink
updated changelog (#1624)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhegarty committed Sep 14, 2023
1 parent 159a9b5 commit b27694a
Showing 1 changed file with 34 additions and 9 deletions.
43 changes: 34 additions & 9 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,49 @@ Changelog
3.3.0 (unreleased)
------------------

- Added support for Django 4.2 (#1570)
Deprecations
############

- Remove 'escape output' deprecation (#1618)

- Removal of deprecated :ref:`IMPORT_EXPORT_ESCAPE_OUTPUT_ON_EXPORT`.

- Deprecation of :ref:`IMPORT_EXPORT_ESCAPE_HTML_ON_EXPORT`. Refer to :ref:`installation` docs.

Enhancements
############

- Refactoring and fix to support filtering exports (#1579)
- Store ``instance`` and ``original`` object in :class:`~import_export.results.RowResult` (#1584)
- Add customizable blocks in import.html (#1598)
- Removed reference to tablib dev from tox build (#1603)
- Include 'allowed formats' settings (#1606)
- Add kwargs to enable CharWidget to return values as strings (#1623)

Internationalization
####################

- Add Finnish translation (#1588)
- Updated ru translation (#1604)
- Do not decode bytes when writing to MediaStorage (#1615)
- Fixed badly formatted translation string (#1622)
- Remove 'escape output' deprecation (#1618)

- Removal of deprecated :ref:`IMPORT_EXPORT_ESCAPE_OUTPUT_ON_EXPORT`.
Fixes
#####

- Deprecation of :ref:`IMPORT_EXPORT_ESCAPE_HTML_ON_EXPORT`. Refer to :ref:`installation`.
- Do not decode bytes when writing to MediaStorage (#1615)
- Fix for cache entries not removed (#1621)

- Removed support for python3.7 and django4.0 (past EOL) (#1618)
Development
###########

- Added support for Django 4.2 (#1570)
- Add automatic formatting and linting (#1571)
- removed duplicate admin integration tests (#1616)
- Fix for cache entries not removed (#1621)
- Fixed badly formatted translation string (#1622)
- Add kwargs to enable CharWidget to return values as strings (#1623)
- Removed support for python3.7 and django4.0 (past EOL) (#1618)

Documentation
#############

- Updated documentation for interoperability with third party libraries (#1614)

3.2.0 (2023-04-12)
Expand Down

0 comments on commit b27694a

Please sign in to comment.