set flake8

This commit is contained in:
ali 2023-08-05 03:14:45 +03:30
parent 43a07e23bd
commit 8c9efdc1a1

View File

@ -873,6 +873,7 @@ class OrderingFilterTests(TestCase):
{'id': 1, 'title': 'zyx', 'text': 'abc'},
]
class SensitiveOrderingFilterModel(models.Model):
username = models.CharField(max_length=20)
password = models.CharField(max_length=100)