Re: TypeError: 'CharField' object is not callable

2010-01-05 Thread tayfur yilmaz
:D 2010/1/5 E. Hakan Duran > On Monday 04 January 2010 23:54:13 Marc Aymerich wrote: > > ... > > take a look at middle_initial of woman class ;) > > Thank you very much for the fast and accurate response. Now it worked > without > problem. > -- You received this message because you are subscrib

Re: TypeError: 'CharField' object is not callable

2010-01-04 Thread E. Hakan Duran
On Monday 04 January 2010 23:54:13 Marc Aymerich wrote: > ... > take a look at middle_initial of woman class ;) Thank you very much for the fast and accurate response. Now it worked without problem. signature.asc Description: This is a digitally signed message part.

Re: TypeError: 'CharField' object is not callable

2010-01-04 Thread Marc Aymerich
ages/django/db/models/loading.py", > line 74, in load_app >models = import_module('.models', app_name) > File "/usr/lib/python2.6/site-packages/django/utils/importlib.py", > line 35, in import_module >__import__(name) > File "/home/~/../proj

TypeError: 'CharField' object is not callable

2010-01-04 Thread hakova
ls', app_name) File "/usr/lib/python2.6/site-packages/django/utils/importlib.py", line 35, in import_module __import__(name) File "/home/~/../project_name/app_name/models.py", line 12, in class Woman(models.Model): File "/home/~/../project_name/app_name/models.py