Mauricio Villaescusa

Results 5 comments of Mauricio Villaescusa
trafficstars

great, that helped me a lot. The only thing I found is that only works for one level depth.

with that in mind I modified it a little bit so I could used like `object1.object2.object3_id`. ``` python def get_url(self, obj, view_name, request, format): if obj.pk is None: return None...

Agree, I keep it this way following the @alexmakeev pattern.

Any workaround for this limitation?