not able to use editable=True or false in forms.CharField() getting error as
TypeError at /items_entry/ __init__() got an unexpected keyword argument 'editable' Request Method: GET Request URL: http://localhost:8000/items_entry/ Django Version: 1.3 Exception Type: TypeError Exception Value: __init__() got an unexpected keyword argument 'editable' Exception Location: C:\Python27\lib\site-packages\django\forms\models.py in __init__, line 912 -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

