mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
fix for error where db cursor closes when looking for usermisc objects by relation.
This commit is contained in:
@@ -457,6 +457,9 @@ class ComicPage(models.Model):
|
||||
page_file_name = models.CharField(max_length=200, unique=False)
|
||||
content_type = models.CharField(max_length=30)
|
||||
|
||||
class Meta:
|
||||
ordering = ['index']
|
||||
|
||||
|
||||
class ComicStatus(models.Model):
|
||||
user = models.ForeignKey(User, unique=False, null=False, on_delete=models.CASCADE)
|
||||
|
||||
Reference in New Issue
Block a user