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.
2 parents c11dbb5 + fa8ffdd commit b6d93caCopy full SHA for b6d93ca
docs/source/table_partitioning.rst
@@ -118,7 +118,7 @@ Use the :class:`~psqlextra.migrations.operations.PostgresAddListPartition` opera
118
119
from django.db import migrations, models
120
121
- from psqlextra.migrations.operations import PostgresAddRangePartition
+ from psqlextra.migrations.operations import PostgresAddListPartition
122
123
class Migration(migrations.Migration):
124
operations = [
0 commit comments