Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit a19f788

Browse files
committed
Fix doc typo
1 parent 201f620 commit a19f788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pg_partitioning/decorators.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class TimeRangePartitioning(_PartitioningBase):
3535
from django.db import models
3636
from django.utils import timezone
3737
38-
from pg_partitioning.manager import TimeRangePartitioning
38+
from pg_partitioning.decorators import TimeRangePartitioning
3939
4040
4141
@TimeRangePartitioning(partition_key="timestamp")
@@ -64,7 +64,7 @@ class ListPartitioning(_PartitioningBase):
6464
from django.db import models
6565
from django.utils import timezone
6666
67-
from pg_partitioning.manager import ListPartitioning
67+
from pg_partitioning.decorators import ListPartitioning
6868
6969
7070
@ListPartitioning(partition_key="category")

0 commit comments

Comments
 (0)