jonathan-s / django-sockpuppet

Build reactive applications with the django tooling you already know and love.
https://github.com/jonathan-s/django-sockpuppet
MIT License
450 stars 22 forks source link

Serializing form data in reflexes #40

Closed jonathan-s closed 3 years ago

jonathan-s commented 3 years ago

This PR adds the functionality of serializing form data in reflexes as well as testing that this functionality works as expected. We also add documentation for this feature so a thank you to @leastbad for initially writing that documentation.

Fixes #29