summaryrefslogtreecommitdiff
path: root/docs/django-admin.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-08-10 21:02:07 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-08-10 21:02:07 +0000
commit7bb1a2bbbafe28a5e00f498e5418b584b7a7654a (patch)
tree5ada627f02a549c4fd4ae465ea7fe27e1b8425e9 /docs/django-admin.txt
parent9c2d890eecc6e01de7a9bcc70f4b3282438d506f (diff)
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
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 ...]
---------------------