Changeset 8203
- Timestamp:
- 08/03/08 16:01:25 (5 months ago)
- Files:
-
- django/trunk/docs/serialization.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/serialization.txt
r7600 r8203 2 2 Serializing Django objects 3 3 ========================== 4 5 .. note::6 7 This API is currently under heavy development and may change --8 perhaps drastically -- in the future.9 10 You have been warned.11 4 12 5 Django's serialization framework provides a mechanism for "translating" Django
