Finished fave refactor

This commit is contained in:
Fergal Moran
2013-05-31 21:33:02 +01:00
parent 462a8176b4
commit 43ea302975
27 changed files with 1978 additions and 2038 deletions

View File

@@ -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):