New issue 11 by aatanasov: language field too short
http://code.google.com/p/django-blocks/issues/detail?id=11
What steps will reproduce the problem?
1. Create a new project
2. Use a postgres database
3. default django language is 'en-us' doesn't fit into 2 char field.
Expected success on syncdb.
Result failure.
Please provide any additional information below.
sqlite doesn't enforce limits, postgres does.
Comment #1 on issue 11 by kimus.linuxus: language field too short
http://code.google.com/p/django-blocks/issues/detail?id=11
Thank you for your support this error was corrected in revision 235.