v0.136 π¨π’ (2025-04-05)
BREAKING CHANGES π¨π’
Component input validation was moved to a separate extension
djc-ext-pydantic.If you relied on components raising errors when inputs were invalid, you need to install
djc-ext-pydanticand add it to extensions:# settings.py COMPONENTS = { "extensions": [ "djc_pydantic.PydanticExtension", ], }
Fix
- Make it possible to resolve URLs added by extensions by their names