Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore cast-on-assign behavior on Django 1.8+
Turns out the future-deprecated SubfieldBase class did more than what was initially thought. Since it is removed in Django 1.10+, for clarity we no longer use it at all. Instead we intern the behavior of its `Creator` descriptor class as `CastOnAssignDescriptor`. Fixes #60 Refs https://code.djangoproject.com/ticket/26807 Refs 8260050
- Loading branch information