anyone experiencing that too?

I had the following problems with the default json encoder that is
suggested to use:
* cant handle Decimal
* ignores properties that are not fields, it only encodes the fields
(but i often add more properties to the object for passing to the
template)
* has problems with some m2m relations (at least in my models :-))
* looks quite complex for this simple usage, so wrote a short alternative

i wrote an alternative: http://dpaste.com/hold/4601/ that handles all
the above cases additionally.

if there is any interest, let me know where it fits best and i can
make it a ticket+patch.

--
cu

Wolfram

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com
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