Hi all,

brand new django contributor here, been using it so much I reckon it's
about time I started giving back :)

Anyhow, I'm using Django primarily to develop RESTful API's for web
services. This of course means a lot of JSON is getting passed around
in GET/POST requests so I wrote a simple form field JSONField that
handles json validation and deserialisation because it was getting
annoying having to do it by hand all the time.

My question is: Is this something that would be useful to upstream?

Oh and I also wrote a decorator for validating forms, makes for
cleaner code than how current examples in the documentation handle
that. Should I contribute that too?


Thanks,
~Swizec

-- 
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