mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Fixed E305 flake8 warnings.
This commit is contained in:
parent
6072de727f
commit
967be82443
114 changed files with 360 additions and 0 deletions
|
@ -45,6 +45,7 @@ class IndexTogetherSingleList(models.Model):
|
|||
class Meta:
|
||||
index_together = ["headline", "pub_date"]
|
||||
|
||||
|
||||
# Indexing a TextField on Oracle or MySQL results in index creation error.
|
||||
if connection.vendor == 'postgresql':
|
||||
class IndexedArticle(models.Model):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue