Re: before save data handling

2009-02-11 Thread danfreak
any idea ;o) sorry if I ask again! Dan --~--~-~--~~~---~--~~ 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 em

before save data handling

2009-02-11 Thread danfreak
Hey guys, I'm quite new to Django and python ;o) My problem is the following: I have the following many to many relations Example DB schema class Country(models.Model): name = models.CharField(max_length=200)