Skip to content

Commit 73f778e

Browse files
prashanthsandelaPhotonios
authored andcommitted
Fix broken reference to psqlextra.backend.migrations.operations in table
partioning docs
1 parent 60eb01a commit 73f778e

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
@@ -73,7 +73,7 @@ This will generate a migration that creates the partitioned table with a default
7373

7474
Always use ``python manage.py pgmakemigrations`` for partitioned models.
7575

76-
The model must be created by the :class:`~psqlextra.migrations.operations.PostgresCreatePartitionedModel` operation.
76+
The model must be created by the :class:`~psqlextra.backend.migrations.operations.PostgresCreatePartitionedModel` operation.
7777

7878
Do not use the standard ``python manage.py makemigrations`` command for partitioned models. Django will issue a standard :class:`~django:django.db.migrations.operations.CreateModel` operation. Doing this will not create a partitioned table and all subsequent operations will fail.
7979

0 commit comments

Comments
 (0)