Skip to content

Commit a5bb683

Browse files
committed
Update docs on installation
1 parent b283c93 commit a5bb683

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ Installation
5858
}
5959
}
6060
61+
4. Make sure all models that inherit from ``psqlextra.models.PostgresModel`` or use the ``psqlextra.manager.PostgresManager``. Without this, most features **do not work**.
62+
6163

6264
FAQ - Frequently asked questions
6365
--------------------------------

docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Explore the [Features](/features/) page for detailed instructions and informatio
1515
* [`upsert`](http://localhost:8000/features/#upsert_1)
1616
* [`upsert_and_get`](http://localhost:8000/features/#upsert_and_get)
1717

18+
* [signals](/features/#signals)
19+
1820
## Installation
1921

2022
1. Install the package from PyPi:
@@ -39,6 +41,8 @@ Explore the [Features](/features/) page for detailed instructions and informatio
3941
}
4042
}
4143

44+
4. Make sure all models that inherit from `psqlextra.models.PostgresModel` or use the `psqlextra.manager.PostgresManager`. Without this, most features **do not work**.
45+
4246
## Requirements
4347
In order to use this package, your project must be using:
4448

0 commit comments

Comments
 (0)