From fdff91ac2dc91f25d2162ca83e5027ecd733884e Mon Sep 17 00:00:00 2001 From: James Bennett Date: Sun, 27 Jul 2008 23:23:49 +0000 Subject: [PATCH] Remove a couple mentions of manipulators (which are no longer relevant) from docs/model-api.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@8122 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/model-api.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/model-api.txt b/docs/model-api.txt index 35731b03ff..e20319ae22 100644 --- a/docs/model-api.txt +++ b/docs/model-api.txt @@ -112,7 +112,7 @@ class. Django uses the field class types to determine a few things: * The widget to use in Django's admin interface, if you care to use it (e.g. ````, ``