google-code-export / django-pyodbc

Automatically exported from code.google.com/p/django-pyodbc
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Update for Django 1.3 missing colon on else statement #104

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run app that uses django-pyodbc

What is the expected output? What do you see instead?

Things should work but instead I get a syntax error on line 130. The "else" is 
missing a colon. 

What version of the product are you using? On what operating system?

Revision: 184 (update for Django 1.3)

Please provide any additional information below.

Code is just missing a colon on line 130 of base.py. I added the colon and 
everything is working good with my Django 1.3 install.

Original issue reported on code.google.com by dense...@gmail.com on 24 Mar 2011 at 4:03

GoogleCodeExporter commented 9 years ago
fixed in r185, thanks. I can't believe I made this mistake, sorry.

Original comment by vcc.ch...@gmail.com on 25 Mar 2011 at 3:14