GitHub – nicois/nango

Available to all Django deployments:

Django forms no longer silently overwrite changes made in parallel by other users

Available if Django Channels is enabled:

Django forms can receive push notifications from the server (via Channels) when data used on the form changes, rather than only discovering data is out-of-date when the form is submitted
Django forms can send provisional form data to the server, allowing server-based field validation before the form is submitt…