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 c11dbb5 commit fa8ffddCopy full SHA for fa8ffdd
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