What's Changed
Breaking change
- refactor: change context_behavior default to "django" by @JuroOravec in #515
- Default value for the
COMPONENTS.context_behavior
setting was changes from"isolated"
to"django"
. If you did not set this value explicitly before, this may be a breaking change. See the rationale for change #498.
- Default value for the
Full Changelog: 0.78...0.79