diff options
| author | Duane Hilton <duane9@gmail.com> | 2014-09-27 16:12:34 -0600 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-09-29 18:06:31 -0400 |
| commit | 054bdfeff113459a48974d08098915431d0a093d (patch) | |
| tree | 656f9a5e6861033ee8600a75f7768a1b2dd718be /docs/topics/db | |
| parent | 90761d00e375ec552d5c1d7225dd97977cdd1816 (diff) | |
Fixed #17638 -- Added crosslinks between topic and reference guides.
Thanks oinopion for the suggestion and jarus for the initial patch.
Diffstat (limited to 'docs/topics/db')
| -rw-r--r-- | docs/topics/db/models.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/topics/db/models.txt b/docs/topics/db/models.txt index c19893f536..a134a94073 100644 --- a/docs/topics/db/models.txt +++ b/docs/topics/db/models.txt @@ -1374,3 +1374,9 @@ different database tables). Django will raise a :exc:`~django.core.exceptions.FieldError` if you override any model field in any ancestor model. + +.. seealso:: + + :doc:`The Models Reference </ref/models/index>` + Covers all the model related APIs including model fields, related + objects, and ``QuerySet``. |
