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 d25fcad commit 17b1735Copy full SHA for 17b1735
README.md
@@ -22,7 +22,7 @@ Define a type and add it to a model:
22
23
```python
24
from django.db import models
25
-from postgres_composite_type import CompositeType
+from postgres_composite_types import CompositeType
26
27
class Address(CompositeType):
28
"""An address."""
0 commit comments