Skip to content

Commit

Permalink
Add warning to Sphinx docs about change of defaults handling
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszKubuszok committed Dec 16, 2022
1 parent 58babc1 commit 2c4a3b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/transformers/default-values.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ field value source.
Enabling default values in generated transformer
------------------------------------------------

.. warning::

Before 0.7.0 default values was enabled by default. Due to feedback it was
changed to disabled by default for safety.

Field's default value can be enabled as a target value when constructing
target object. The support for them has to be explicitly enabled to avoid
accidents.
Expand Down

0 comments on commit 2c4a3b2

Please sign in to comment.