How do you get values that will be written to the db in a models save(self) method before you save the changes to the db? I tried self.field but that gives what the current db value is? I need change the data that is being written, but I'd rather not have to do multiple writes to the db.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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-users?hl=en -~----------~----~----~----~------~----~------~--~---