Results 3 issues of Gonzalo Amadio

I have installed the library, define a preference , but when try to use it in my code, I got this. ``` File "/home/gonzalo/Playground/tektank-ws/tektank/tektank/apps/entities/models.py", line 27, in _validate_dob oag =...

I have my urls defined like this, to version my api using namespace: ``` api_v1 = [ //other apps urls url(r'^api/v1/rest-auth/', include('rest_auth.urls')), url(r'^api/v1/rest-auth/registration/', include('rest_auth.registration.urls')), ] urlpatterns = [ url(r'', include((api_v1,'v1'),...

Hi! , I have two serializers, one nested into the other. If I use the flag __all__ in the Meta.fields in the nested serializer. I have the following error: `The...