lincolnloop / django-dynamic-raw-id

(formerly known as django-salmonella) A raw_id_fields widget replacement that handles display of an object's string value on change and can be overridden via a template.
MIT License
163 stars 55 forks source link

Restore value_from_datadict to widget so values don't get destroyed by commas #104

Closed chellman closed 5 months ago

chellman commented 5 months ago

During the 4.0 upgrade process, a small function that was apparently important (at least for my site) was removed. This PR restores it.

Ref this issue