You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
Test cases and original bug report by @andrewdodd. Thanks!
Fixes#60
Refs https://code.djangoproject.com/ticket/26807
Refs 8260050
0 commit comments