More on Customizable Serialization

2012-04-26 Thread Tom Christie
Seeing another proposal for Customizable Serialization for the GSoC this year prompted me to dust off the bits of work I've done along similar lines. I'd really like to see this get properly addressed in core and I thought it was about time I helped to make it happen. I've made a fairly comprehen

Django Admin Revamp - Any updates?

2012-04-26 Thread Victor Hooi
Hi, Is there any news on the Django Admin rewrite front? I remember around a year ago, there was quite a bit of talk on revamping the Django admin UI - I think Idan Gazit was heading that, right? Is that still on the Django roadmap? Any idea of whether it'll be in 1.5, 1.6, 1.7 etc? Cheers, V

Django UnicodeEncodeError in errorlist

2012-04-26 Thread Andrei
Hi, I am having an issue with rendering Django's ErrorList if one of my error list items is unicode. When Django renders my errorlist {{ form.non_field_errors }} it runs the following code : class ErrorList(list, StrAndUnic