add basic changelog api
This commit is contained in:
parent
3946875188
commit
2f154aa610
2 changed files with 94 additions and 1 deletions
|
|
@ -11,3 +11,6 @@ class Changelog(models.Model):
|
|||
|
||||
def __unicode__(self):
|
||||
return u'%s %s' %(self.type, self.created)
|
||||
|
||||
def json(self):
|
||||
return self.value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue