rohitjain-rj / django-tagging

Automatically exported from code.google.com/p/django-tagging
Other
0 stars 0 forks source link

Undefined local name #193

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
ValidationError (forms.py line 19) is undefined because ValidationError is not 
imported. This call 
should read forms.ValidationError instead.

Attached patch fixes this issue.

Original issue reported on code.google.com by jarek.zg...@gmail.com on 2 Apr 2009 at 7:48

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in r155. Thanks!

Original comment by bros...@gmail.com on 7 May 2009 at 5:35