Creating "Read-only" automated form views

2009-06-25 Thread IanSR
Django's automated form renderers form.as_table, form.as_p and form.as_ul are great. We have a recurring situation where we'd like the equivalent of these but in a "read-only" version: i.e. not using or , but instead simply using strings to represent the values of all Django Field types. We hav

makemessages failes (Japanese templates)

2009-06-25 Thread hiroshiykw
Hi, When I ran "django-admin.py makemessages -a" on my django app with Japanese templates, all Japanese characters in the *.po files were garbled. In makemessages.py Line151: http://code.djangoproject.com/browser/django/trunk/django/core/management/commands/makemessages.py?rev=10833#L151 open

Re: Database Backend for SQL Anywhere available

2009-06-25 Thread Tarun Pasrija
Hi Nathan/Russell I believe Nathan has already included IBM_DB2 also as a part of documentation. Thanks Nathan for that. Coincidence that DB2 support and SQL Anywhere support for Django came about the same time. Thanks and Regards Tarun Pasrija Open Source Development IBM India Software Labs On