Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,13 @@ production servers.
<https://docs.djangoproject.com/en/dev/ref/databases/#sqlite-notes>`_
for more details.

SQLite is suitable for quick local development and running the development
server as a single user. However, the full test suite is not fully compatible
with SQLite because some tests rely on PostgreSQL-specific database features,
including ``DISTINCT ON`` queries and JSON containment lookups.

Use PostgreSQL when running the complete test suite with ``make test``.


Tests
^^^^^
Expand Down