switch to base26 ids

This commit is contained in:
j 2011-10-01 00:28:35 +02:00
commit bc118c67ee
9 changed files with 36 additions and 23 deletions

View file

@ -83,7 +83,7 @@ class Event(models.Model):
super(Event, self).save(*args, **kwargs)
def get_id(self):
return ox.to32(self.id)
return ox.to26(self.id)
def json(self, user=None):
j = {