summaryrefslogtreecommitdiff
path: root/docs/django-admin.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/django-admin.txt')
-rw-r--r--docs/django-admin.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/django-admin.txt b/docs/django-admin.txt
index 01fc27327a..c5071f5335 100644
--- a/docs/django-admin.txt
+++ b/docs/django-admin.txt
@@ -72,6 +72,9 @@ customizations. In particular, you'll need to do this:
* Add primary_key=True to one field in each model. The ``inspectdb``
doesn't yet introspect primary keys.
+``inspectdb`` only works with PostgreSQL and MySQL. Foreign-key detection only
+works in PostgreSQL.
+
install [app app ...]
---------------------