diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-08-25 22:51:30 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-08-25 22:51:30 +0000 |
| commit | 25264c86048d442a4885dfebae94510e2fa0c1e4 (patch) | |
| tree | bb02799b624fb0d6f931d208509ffbb50d00e358 /docs/faq.txt | |
| parent | aec0a73d73324820c767758afd250fc21a2896ef (diff) | |
Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use fieldname=FieldClass() syntax. See ModelSyntaxChangeInstructions for important information on how to change your models
git-svn-id: http://code.djangoproject.com/svn/django/trunk@549 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/faq.txt')
| -rw-r--r-- | docs/faq.txt | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/docs/faq.txt b/docs/faq.txt index d5400dd98c..e1f909cea3 100644 --- a/docs/faq.txt +++ b/docs/faq.txt @@ -291,14 +291,9 @@ dictionaries in order of query execution. Each dictionary has the following:: Can I use Django with a pre-existing database? ---------------------------------------------- -Yes. You have two options: +Yes. See `Integrating with a legacy database`_. - * Write models that describe your already-existing database layout, and - just point Django at your database. - * Use the alpha ``django-admin.py inspectdb`` function to automatically - create models by introspecting a given database. See `Ticket 90`_. - -.. _`Ticket 90`: http://code.djangoproject.com/ticket/90 +.. _`Integrating with a legacy database`: http://www.djangoproject.com/documentation/legacy_databases/ The admin site ============== |
