hardcoded review filter

This commit is contained in:
alex 2019-11-19 20:47:10 +03:00
parent c4e9f9e843
commit 7456e9c3af

View File

@ -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(