From ffa4badbd89412e28323e89ea7980c6b5f4bc5a3 Mon Sep 17 00:00:00 2001 From: Simon Meers Date: Sun, 5 Dec 2010 23:52:23 +0000 Subject: [PATCH] Fixed #14841 -- added xrefs to topics/db/models. Thanks adamv. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14837 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/db/models.txt | 67 ++++++++++++++++++++------------------- 1 file changed, 35 insertions(+), 32 deletions(-) diff --git a/docs/topics/db/models.txt b/docs/topics/db/models.txt index 4467f2259b..da70a0bdf6 100644 --- a/docs/topics/db/models.txt +++ b/docs/topics/db/models.txt @@ -115,8 +115,8 @@ determine a few things: * The database column type (e.g. ``INTEGER``, ``VARCHAR``). - * The widget to use in Django's admin interface, if you care to use it - (e.g. ````, ````, ``