On 6/1/07, web-junkie <[EMAIL PROTECTED]> wrote:
>
> Hi
> how can I get JSON out of my Django object without having certain
> fields in there for obvious reasons?
> I found solutions like serializers.serialize("json",
> Something.objects.all(), fields='myfield' )
> which do not work, there's also a ticket on that 
> http://code.djangoproject.com/ticket/3466
> Why isn't that solved by now and how can I get it to work the way I
> want?

For whatever reason, the triage team hadn't promoted that ticket to
'ready for checkin' status. That doesn't mean the ticket wasn't ready
for checkin - just that nobody had given it enough attention as yet.

Like Malcolm said, we're all volunteers here. Complaining about the
speed of the bug fixing process doesn't solve the problem. If you want
things to move faster, feel free to help out.

However, that said, now that we are aware of the problem, it was an
easy fix, committed as [5409].

Yours,
Russ Magee %-)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to