diff options
Diffstat (limited to 'docs/django-admin.txt')
| -rw-r--r-- | docs/django-admin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/django-admin.txt b/docs/django-admin.txt index 9600a72acf..45cc2363dc 100644 --- a/docs/django-admin.txt +++ b/docs/django-admin.txt @@ -117,7 +117,7 @@ models that refer to other models are ordered properly. If you're using Django 0.90 or 0.91, you'll need to add ``primary_key=True`` to one field in each model. In the Django development version, primary keys are -automatically introspected for MySQL, and Django puts in the +automatically introspected for PostgreSQL and MySQL, and Django puts in the ``primary_key=True`` where needed. ``inspectdb`` works with PostgreSQL, MySQL and SQLite. Foreign-key detection |
