Django-unicorn

Latest version: v0.62.0

Safety actively analyzes 724166 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 13 of 15

0.14.0

Not secure
- [Disable poll](https://www.django-unicorn.com/docs/polling/#disable-poll) with a component field
- Dynamically change polling options with [PollUpdate](https://www.django-unicorn.com/docs/polling/#pollupdate)
- Basic support for [`pydantic`](https://pydantic-docs.helpmanual.io) models

0.13.0

Not secure
- Component key to allow disambiguation of components of the same name
- `$returnValue` special argument
- Get the last action method's return value

0.12.0

Not secure
- Redirect from action method in component

0.11.2

Not secure
- Fix encoding issue with default component template on Windows (https://github.com/adamghill/django-unicorn/issues/91)
- Fix circular import when creating the component (https://github.com/adamghill/django-unicorn/issues/92)

0.11.0

Not secure
- $model special argument and decorator.
- $toggle special method.
- Support nested properties when using the set shortcut.
- Fix action string arguments that would get spaces removed inadvertently.

Breaking changes:
All existing special methods now start with a $ to signify they are magical. Therefore, refresh is now $refresh, reset is now $reset, and validate is now $validate.

0.10.1

Not secure
- Use LRU cache for constructed components to prevent ever-expanding memory.
- Loosen `beautifulsoup4` version requirement.
- Fix bug to handle floats so that they don't lose precision when serialized to JSON.
- Fix bug to handle related models (ForeignKeys, OneToOne, etc) fields in Django models.

Page 13 of 15

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.