mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
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:
parent
28d41fe270
commit
94960d5635
2 changed files with 95 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue