diff --git a/docs/topics/db/models.txt b/docs/topics/db/models.txt index ee6644ffcc..9d2ba82c34 100644 --- a/docs/topics/db/models.txt +++ b/docs/topics/db/models.txt @@ -577,8 +577,8 @@ Thus, it's now possible to have multiple fields of type Models across files ------------------- -It's perfectly OK to relate a model to one from another app. To do this, -import the related model at the top of the model that holds your model. Then, +It's perfectly OK to relate a model to one from another app. To do this, import +the related model at the top of the file where your model is defined. Then, just refer to the other model class wherever needed. For example:: from geography.models import ZipCode