mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-04 07:54:29 +00:00
Finished fave refactor
This commit is contained in:
@@ -14,7 +14,7 @@ class _BaseModel(models.Model):
|
||||
app_label = 'spa'
|
||||
|
||||
def tosimplejson(self):
|
||||
ret = simplejson.dump(self)
|
||||
return simplejson.dump(self)
|
||||
|
||||
@classmethod
|
||||
def get_lookup(cls, filter_field, transform=None, filter=None):
|
||||
|
||||
Reference in New Issue
Block a user