Book announcement: The standard Django textbook (Japanese)

2008-06-24 Thread Yasushi Masuda
Dear Djangonauts, Yasushi Masuda, Ryosuke Nakai, Makoto Tsuyuki and Yutaka Matsubara are proud to annouce the first Japanese book dedicated to Django, titled "Hyo-jun Django" (means "The standard Django textbook"). Book url: http://www.ascii.co.jp/books/books/detail/978

Heaping objects in request.POST.copy()

2008-01-16 Thread Yasushi Masuda
ay to handle request.POST.copy() without heaping objects (possibly right way to saving POST data for future request), please, let me know. Thanks. -- Yasushi Masuda http://ymasuda.jp/ --~--~-~--~~~---~--~~ You received this message because you are subscribed t

Re: Mod_python error: "PythonHandler django.core.handlers.modpython"

2007-01-08 Thread Yasushi Masuda
p, d = imp.find_module(parts[i], path) ImportError: No module named core mod_python works with. mod_python.testhandler django works as developement server and also import in python interpreter > -- Yasushi Masuda http://ymasuda.jp/ --~--~-~--~~~---~--~~ You

Re: increase size of a charfield

2006-10-26 Thread Yasushi Masuda
Benedict Verheyen wrote: > Hi, > > a have a charfield of 255 chars in a model but on the form, it > consists of a smallish > inputfield instead of a textarea. > How can i increase the size of the form element? > > Change it via a manipulator. Assume you have a model with a CharField:: class M

Re: Python 2.5 anyone

2006-09-20 Thread Yasushi Masuda
Yesterday I posted a small patch to do this, please refer ticket #2772 :) James Bennett wrote: > On 9/20/06, Oliver Andrich <[EMAIL PROTECTED]> wrote: > >> For your own development environment this is more then okay in my >> eyes. And I would even deploy with this small change. But this is >>

Japanese translation of docs are now up to 0.95

2006-08-02 Thread Yasushi Masuda
ccess translation status for individual doc at wiki page: http://code.djangoproject.com/wiki/TranslateDocumentation . Enjoy! Yasushi Masuda http://ymasuda.jp/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django us