On Fri, 2008-04-11 at 22:11 -0700, ydjango wrote: > I defined two property fields in my model as below > > but TableName.objects.all() or filter() is not retrieving them. > It is retrieving only the regular model fields.
What do you mean by "not retrieving them"? They are properties defined on the Python class. They will always exist when the Python class is created. More importantly, they are not stored in the database, so what are you expecting to be retrieved here? Malcolm -- Everything is _not_ based on faith... take my word for it. http://www.pointy-stick.com/blog/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

