Compare commits
2 commits
f9cac0974d
...
b0b7c4a0fe
| Author | SHA1 | Date | |
|---|---|---|---|
|
b0b7c4a0fe |
|||
|
6b990b4c72 |
3 changed files with 18 additions and 17 deletions
|
|
@ -27,7 +27,7 @@ repos:
|
||||||
args: [--target-version, "6.0"]
|
args: [--target-version, "6.0"]
|
||||||
|
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: v0.15.5
|
rev: v0.15.8
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff-check
|
- id: ruff-check
|
||||||
args: ["--fix", "--exit-non-zero-on-fix"]
|
args: ["--fix", "--exit-non-zero-on-fix"]
|
||||||
|
|
|
||||||
|
|
@ -177,8 +177,9 @@ class Migration(migrations.Migration):
|
||||||
"verbose_name_plural": "Entries",
|
"verbose_name_plural": "Entries",
|
||||||
"indexes": [
|
"indexes": [
|
||||||
django.contrib.postgres.indexes.GinIndex(
|
django.contrib.postgres.indexes.GinIndex(
|
||||||
fields=["data"], name="feeds_entry_data_c87562_gin"
|
fields=["data"],
|
||||||
)
|
name="feeds_entry_data_c87562_gin",
|
||||||
|
),
|
||||||
],
|
],
|
||||||
"unique_together": {("feed", "entry_id", "content_hash")},
|
"unique_together": {("feed", "entry_id", "content_hash")},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue