﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
3661	Serializers shoud have a option for serializing model properties	Øyvind Saltvik <oyvind@…>	Jacob	"
{{{

class MyModel(models.Model):

    mydescription = models.CharField(maxlength=50)

    def myattr(self):
        return 'this is a %s' % self.mydescription

    myattr = property(myattr)


}}}

should be able to optionally serialize this to {""mydescription"": ""test"", ""myattr"": ""this is a test""}"		closed	Core (Serialization)	dev		wontfix			Design decision needed	1	0	0	0	0	0
