django-tastypie-nonrel icon indicating copy to clipboard operation
django-tastypie-nonrel copied to clipboard

Removed redundant code from fields.py

Open jonashaag opened this issue 13 years ago • 0 comments

convert(obj) -> obj is the identity function. dehydrate(obj) = convert(super.dehydrate(obj)) = identity(super.dehydrate(obj)) = super.dehydrate(obj)

jonashaag avatar Nov 12 '11 20:11 jonashaag