What's Changed
Breaking change
* refactor: change context_behavior default to "django" by JuroOravec in https://github.com/EmilStenstrom/django-components/pull/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 https://github.com/EmilStenstrom/django-components/issues/498.
**Full Changelog**: https://github.com/EmilStenstrom/django-components/compare/0.78...0.79