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 ...] ---------------------