fnp
/
django-cas-provider.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
58ced7c
)
Fix: use the correct ValidationError class
author
Gunnlaugur Thor Briem
<gunnlaugur@gmail.com>
Wed, 8 Jun 2011 21:26:41 +0000
(21:26 +0000)
committer
Gunnlaugur Thor Briem
<gunnlaugur@gmail.com>
Wed, 8 Jun 2011 21:26:41 +0000
(21:26 +0000)
cas_provider/forms.py
patch
|
blob
|
history
diff --git
a/cas_provider/forms.py
b/cas_provider/forms.py
index
47c2fdc
..
652f437
100644
(file)
--- a/
cas_provider/forms.py
+++ b/
cas_provider/forms.py
@@
-1,7
+1,7
@@
from django import forms
from django.conf import settings
from django.contrib.auth import authenticate
from django import forms
from django.conf import settings
from django.contrib.auth import authenticate
-from django.
core.exception
s import ValidationError
+from django.
form
s import ValidationError
from django.utils.translation import ugettext_lazy as _
from models import LoginTicket
import datetime
from django.utils.translation import ugettext_lazy as _
from models import LoginTicket
import datetime