1
 

More like this

  1. by mikko 6 years ago
  2. by mikko 5 years, 9 months ago
  3. by mikko 5 years, 8 months ago
  4. by mikko 5 years, 8 months ago
  5. by mikko 5 years, 7 months ago

Comments

zodiac2832 (on March 22, 2011):
def save(self):
    if self.active:
            self.__class__.objects.filter(active=True).update(active=False)
        super(self.__class__, self).save()
  • Kevin Postal (kevindpostal@gmail.com)

#

(Forgotten your password?)