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
The text was updated successfully, but these errors were encountered:
aaugustin
changed the title
Serializing "complex" field fails since 3.4
Serializing "complex" field returns None instead of the value since 3.4
Jul 16, 2016
(Not a great title — I hope the description will clarify.)
Steps to reproduce
First:
pip install django-phonenumber-field
With the following model and serializer:
Expected behavior
This test used to pass (until version 3.3.3):
Actual behavior
The test fails (since version 3.4) with:
Analysis
I bisected this regression to 9c996d7.
As far as I can tell, DRF used to get the string representation of the field and no longer does.
The text was updated successfully, but these errors were encountered: