I have code which uses form._raw_value(fieldname)
.
This is gone in Django 1.9.
Is there a way to access the raw value in 1.9+?
Update
I am only migrating the code to Django 1.9. Up to now I have no deeper understanding of what's going on there in detail.