AttributeError: 'str' object has no attribute '_meta'
问题 I just begin to study Django, and today come to the comment part, I just practice from the Django Document.https://docs.djangoproject.com/en/1.4/ref/contrib/comments/example/. The command to add comment form works well when i do my practice on DetailView page but now I also want to add a comment form to ListView page then it got this error. below is the traceback: Environment: Request Method: GET Django Version: 1.4.3 Python Version: 2.7.3 Installed Applications: ('django.contrib.auth',