Skip to content

Commit

Permalink
fix: Update CHANGELOG.rst and README.rst (#30)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.rst

* Update README.rst
  • Loading branch information
fsbraun authored Feb 15, 2023
1 parent 5f0fad8 commit ccc5832
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog
=========

unpublished
===========

* Added support for Django 3.2 and 4.1
* Added support for django up to CMS 3.11
* Serializer made condigurable through Django setting DJANGO_CMS_TRANSFER_SERIALIZER

1.0.0 (2020-09-02)
==================
Expand Down
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ section.
Documentation
=============

The setting ``DJANGO_CMS_TRANSFER_SERIALIZER`` allows to register a custom json serializer. An example for an use case could be to subclass Django's build-in python serializer and let it base64-encode inline image data base64.

See ``REQUIREMENTS`` in the `setup.py <https://github.com/divio/djangocms-transfer/blob/master/setup.py>`_
file for additional dependencies:

Expand Down

0 comments on commit ccc5832

Please sign in to comment.