Changes between Initial Version and Version 1 of Ticket #33273
- Timestamp:
- Nov 9, 2021, 7:39:32 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33273 – Description
initial v1 5 5 *** django.db.utils.OperationalError: (1054, "Unknown column 'django_posts_and_comments_comment.date_created' in 'order clause'" 6 6 ``` 7 7 8 It seems that the queryset.update method is unable to scope the model 'ForumComment' to correctly include the methods/properties of the superclass 'Comment'. 8 9