https://github.com/tmc/django-smart-serializers
deprecated -- see django r11863
https://github.com/tmc/django-smart-serializers
Last synced: 8 months ago
JSON representation
deprecated -- see django r11863
- Host: GitHub
- URL: https://github.com/tmc/django-smart-serializers
- Owner: tmc
- License: bsd-2-clause
- Created: 2009-10-24T03:03:25.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2009-11-05T17:48:28.000Z (over 16 years ago)
- Last Synced: 2025-06-03T14:42:20.295Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 85.9 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
========================
django smart serializers
========================
Project Goals
=============
1. Be backwards compatible in deserialzing django core serializer output
2. Allow fixtures to not include primary keys if a model can be described with a subset of fields other than the primary key.
3. Allow references to other models to be described with a lookup dictionary in addition to a primary key.
4. Once complete, provide as a patch to django proper.