mirror of
https://github.com/django/django.git
synced 2024-12-01 15:42:04 +01:00
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
This commit is contained in:
parent
9c2d890eec
commit
7bb1a2bbba
@ -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 ...]
|
||||
---------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user