Is it possible to see if a field (in my case an Imagefield) has
changed in the save() method? I want to have a Textfield automatically
changed if a new Image is uploaded, otherwise leave it alone.


class SomeClass:
   sometextfield
   someimagefield

  def save()
    if someimagefield has changed
       sometextfield = new image name
    else
      pass
   save


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to