Opened 16 years ago

Closed 16 years ago

#8230 closed (fixed)

Changeset 8303 introduced a syntax error

Reported by: evan_schulz Owned by: nobody
Component: Uncategorized Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I'm sure it will be corrected seconds after I submit this, but
[8303] introduced a typo in line 9 of django/db/backends/init.py

http://code.djangoproject.com/browser/django/trunk/django/db/backends/__init__.py#L9

Change History (2)

comment:1 by anonymous, 16 years ago

File "/opt/elec-devel/python/django/db/backends/init.py", line 9

except NameError


SyntaxError: invalid syntax

comment:2 by evan_schulz, 16 years ago

Resolution: fixed
Status: newclosed

(In [8305]) -- Thanks

Note: See TracTickets for help on using tickets.
Back to Top