From af5f07897cf6938b0a83ece681564745cdb0f5e3 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Fri, 14 Mar 2008 00:07:01 +0000 Subject: [PATCH] Added a "new in development version" marker that I randomly realised I'd forgotten. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7239 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/model-api.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/model-api.txt b/docs/model-api.txt index a98af54ec3b..4901a9a8542 100644 --- a/docs/model-api.txt +++ b/docs/model-api.txt @@ -1022,6 +1022,8 @@ See the `One-to-one relationship model example`_ for a full example. Custom field types ------------------ +**New in Django development version** + If one of the existing model fields cannot be used to fit your purposes, or if you wish to take advantage of some less common database column types, you can create your own field class. Full coverage of creating your own fields is