summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/ref/databases.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index ec6cd3707e..61f3f139fa 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -413,6 +413,8 @@ To run Django's test suite, the user needs these *additional* privileges:
* DROP USER
* CREATE TABLESPACE
* DROP TABLESPACE
+ * CONNECT WITH ADMIN OPTION
+ * RESOURCE WITH ADMIN OPTION
Connecting to the database
--------------------------