BackupGGCode / django-sms

Adds SMS capabilities to Django
0 stars 0 forks source link

Compatibility issue with django 0.96 #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm attempting to run django on google app engine. It seems that app engine
uses 0.96.

What steps will reproduce the problem?
1. install django-sms
2. attempt to run the django servers 
3. Note errors such as: __init__() got an unexpected keyword argument
'max_length'

What is the expected output? What do you see instead?
max_length is no long used in django 1.0 and up. it is now expecting maxlength

What version of the product are you using? On what operating system?
Django 0.96.
OS X 10.5
Python 2.5.1

Original issue reported on code.google.com by rode...@gmail.com on 29 Apr 2009 at 12:57

GoogleCodeExporter commented 9 years ago
I'm getting this same error.  I've tried using both max_length and maxlength 
keywords 
but getting same error on each.  

Error is "__init__() got an unexpected keyword argument 'max_length'"

My setup is :
Google app_engine with app_engine helper
Django 0.96
Windows Vista
Python 2.6

Original comment by simon...@gmail.com on 6 May 2009 at 5:37

Attachments: