diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-03-14 00:07:01 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-03-14 00:07:01 +0000 |
| commit | af5f07897cf6938b0a83ece681564745cdb0f5e3 (patch) | |
| tree | 4e2510b81d1a74a82b5cdeae49cc70141366e570 /docs | |
| parent | 2b8c2c49e796c06f0e3a4836936bcabb748b8211 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/model-api.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/model-api.txt b/docs/model-api.txt index a98af54ec3..4901a9a854 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 |
