We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5aadd commit 7e3d4b8Copy full SHA for 7e3d4b8
psqlextra/partitioning/manager.py
@@ -120,7 +120,7 @@ def _get_partitioned_table(connection, model: PostgresPartitionedModel):
120
if not table:
121
raise PostgresPartitioningError(
122
f"Model {model.__name__}, with table "
123
- "{model._meta.db_table} does not exists in the "
+ f"{model._meta.db_table} does not exists in the "
124
"database. Did you run `python manage.py migrate`?"
125
)
126
0 commit comments