Please visit the following URL, and when you do, put your focus into
the search form after "seri" and type the letter "a". You'll notice
the top search for anything related to Django serialization is "Single
Object". This is because people want to have this feature. Serializing
a single object can be accomplished right now but you have to make
pass it in a list like this: [my_object]. This isn't a huge problem.
The problem comes when you're writing your outside code (JavaScript,
et all) against the API you've now built. You need something like
user[0].first_name instead of just user.first_name. It's not a huge
coding difference. It just seems broken and confusing, especially to
newcomers.

Here's the URL: 
http://www.google.com/#hl=en&q=django+seri&aq=f&aqi=g10&oq=django+seri

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-develop...@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to