Django-unicorn

Latest version: v0.62.0

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

Scan your dependencies

Page 11 of 15

0.20.0

Not secure
- Add ability to exclude component view properties from JavaScript to reduce the amount of data initially rendered to the page with `javascript_exclude`.
- Add `complete`, `rendered`, `parent_rendered` component hooks.
- Call JavaScript functions from a component view's method.

0.19.0

Not secure
- Re-implemented how action method parsing is done to remove all edge cases when passing arguments to component view methods. ([frbor](https://github.com/frbor)).
- Add support for passing kwargs to component view methods.

0.18.1

Not secure
- Fix regression where component kwargs were getting lost (140, 141)
- Fix `startunicorn` management command (142)

0.18.0

Not secure
- Only send updated data back in the response to reduce network latency
- Experimental support for queuing up requests to alleviate race conditions when functions take a long time to process
- Use type hints on component view attributes if needed
- Bug fix: use the correct component name to call a component method from "outside" the component (4edfc6)

0.17.2

Not secure
- Don't send the parent context in the response for child components that specify a partial update.
- Add support for element models to specify a partial update.
- Add support for polls to specify a partial update.
- Handle `date`, `time`, `timespan` when passed as arguments from JavaScript.
- Render child component template's JavaScript initialization with the parent's as opposed to inserting a new script tag after the child component is rendered.
- Bug fix: prevent an error when rendering a Django model with a date-related field, but a string value.

0.17.1

Not secure
- Remove stray print statement
- Fix bug where child components would sometimes lose their action events

Page 11 of 15

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.