diff options
Diffstat (limited to 'yaksh/models.py')
-rw-r--r-- | yaksh/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yaksh/models.py b/yaksh/models.py index db4b7a8..d15fdf2 100644 --- a/yaksh/models.py +++ b/yaksh/models.py @@ -54,6 +54,7 @@ def get_model_class(model): ctype = ContentType.objects.get(app_label="yaksh", model=model) model_class = ctype.model_class() + return model_class ############################################################################### |