diff options
| author | root <root@lalalizard.com> | 2013-02-10 13:24:33 -0500 |
|---|---|---|
| committer | root <root@lalalizard.com> | 2013-02-10 13:24:33 -0500 |
| commit | d6f6d969a9813266077b0bf694dda1fcfa8a2d71 (patch) | |
| tree | 05965a8b2bcd53a741d8ab2de0dcdade9b057079 /backend | |
| parent | dc3547066e7b56db8b435e3ab685af14725d18e2 (diff) | |
fix content
Diffstat (limited to 'backend')
| -rw-r--r-- | backend/models.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/backend/models.py b/backend/models.py index e131f66..9aaf706 100644 --- a/backend/models.py +++ b/backend/models.py @@ -155,7 +155,8 @@ class SJLikeAdmin(admin.ModelAdmin): list_filter = ( 'user', 'datetime', - 'content__content_type', + 'content', + #'content__content_type', ) class SJSearch(SJUserActivity, SJSettingsModel): |
