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 74172c4 commit 58e3d54Copy full SHA for 58e3d54
docs/source/installation.rst
@@ -194,6 +194,13 @@ production servers.
194
<https://docs.djangoproject.com/en/dev/ref/databases/#sqlite-notes>`_
195
for more details.
196
197
+ SQLite is suitable for quick local development and running the development
198
+ server as a single user. However, the full test suite is not fully compatible
199
+ with SQLite because some tests rely on PostgreSQL-specific database features,
200
+ including ``DISTINCT ON`` queries and JSON containment lookups.
201
+
202
+ Use PostgreSQL when running the complete test suite with ``make test``.
203
204
205
Tests
206
^^^^^
0 commit comments