Added docs/legacy_databases.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@533 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-08-18 04:12:01 +00:00
parent 28d41fe270
commit 94960d5635
2 changed files with 95 additions and 1 deletions

View file

@ -69,7 +69,7 @@ customizations. In particular, you'll need to do this:
* Rearrange models' order, so that models that refer to other models are
ordered properly.
* Add primary_key=True to one field in each model. The ``inspectdb``
* 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