Changes between Initial Version and Version 1 of Ticket #33273


Ignore:
Timestamp:
Nov 9, 2021, 7:39:32 AM (3 years ago)
Author:
James Miller
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33273 – Description

    initial v1  
    55*** django.db.utils.OperationalError: (1054, "Unknown column 'django_posts_and_comments_comment.date_created' in 'order clause'"
    66```
     7
    78It seems that the queryset.update method is unable to scope the model 'ForumComment' to correctly include the methods/properties of the superclass 'Comment'.
    89
Back to Top