From 7bb1a2bbbafe28a5e00f498e5418b584b7a7654a Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Wed, 10 Aug 2005 21:02:07 +0000 Subject: [PATCH] Changed docs/django-admin.txt to add note about which databases 'inspectdb' works with. git-svn-id: http://code.djangoproject.com/svn/django/trunk@475 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/django-admin.txt | 3 +++ 1 file changed, 3 insertions(+) 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 ...] ---------------------