Skip to content

Commit b6d93ca

Browse files
authored
Merge pull request #131 from ivanp/patch-1
Fixed typo in list partition doc
2 parents c11dbb5 + fa8ffdd commit b6d93ca

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)