#4922: Add field types to python serializer
--------------------------------+-------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: jacob
Status: closed | Component: Serialization
Version: SVN | Resolution: wontfix
Keywords: | Stage: Design decision needed
Has_patch: 1 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
--------------------------------+-------------------------------------------
Changes (by russellm):
* status: new => closed
* resolution: => wontfix
Comment:
I'm not sure I see the value here. Field types are useful in XML because
all content is a string, so you need to be able to work out when to
convert to an integer/date etc. This isn't required for the python-based
types, because JSON/YAML are typed syntaxes.
If you have a particularly good argument for why this is required, feel
free to reopen the ticket.
--
Ticket URL: <http://code.djangoproject.com/ticket/4922#comment:2>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---