I don't know if this is a bug, so basicly this is a question not a bug report :)
I have a model which has the next field: blabla = models.IntegerField(default=0, editable=False) Value for this field is calculated in the save(self) method of the model. But when I do: myObject = manipulator.save(data) print myObject.blabla I get 0, even if the saved value in database is, for example, 10. So is this a bug or manipulators just work this way? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---