diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2008-08-03 21:01:25 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2008-08-03 21:01:25 +0000 |
| commit | d4b8da2745203cf6969aedafb6d5e63b4b34815b (patch) | |
| tree | b8588e44e2abbf2ee554f1dcd6b7e1b8387b72a8 /docs | |
| parent | daa6b38f352447a5afed3184f4ffffd0d6b1f1de (diff) | |
Removed two-year-old note about serialization framework being under heavy development.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8203 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/serialization.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/serialization.txt b/docs/serialization.txt index 2a3e7038da..19ab4aff27 100644 --- a/docs/serialization.txt +++ b/docs/serialization.txt @@ -2,13 +2,6 @@ Serializing Django objects ========================== -.. note:: - - This API is currently under heavy development and may change -- - perhaps drastically -- in the future. - - You have been warned. - Django's serialization framework provides a mechanism for "translating" Django objects into other formats. Usually these other formats will be text-based and used for sending Django objects over a wire, but it's possible for a |
