Skip to content

Commit fa8ffdd

Browse files
authored
Fixed typo in list partition doc
1 parent c11dbb5 commit fa8ffdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/table_partitioning.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Use the :class:`~psqlextra.migrations.operations.PostgresAddListPartition` opera
118118
119119
from django.db import migrations, models
120120
121-
from psqlextra.migrations.operations import PostgresAddRangePartition
121+
from psqlextra.migrations.operations import PostgresAddListPartition
122122
123123
class Migration(migrations.Migration):
124124
operations = [

0 commit comments

Comments
 (0)