hardcoded review filter
This commit is contained in:
parent
c4e9f9e843
commit
7456e9c3af
|
|
@ -50,7 +50,7 @@ def transfer_text_review():
|
|||
queryset = ReviewTexts.objects.filter(
|
||||
review_id__in=list(reviews)
|
||||
).exclude(
|
||||
text__iregex=r'[\s[ \t\n\r\f]*]+'
|
||||
id__in=(23183, 25348, 43930, 23199, 26226, 34006) # пробелы вместо текста
|
||||
).exclude(
|
||||
text__isnull=True
|
||||
).exclude(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user