git.ithinksw.org
/
philo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8ed757a
)
Added admin imports
author
melinath
<stephen.r.burrows@gmail.com>
Tue, 29 Jun 2010 14:15:12 +0000
(10:15 -0400)
committer
melinath
<stephen.r.burrows@gmail.com>
Tue, 29 Jun 2010 14:15:12 +0000
(10:15 -0400)
admin/widgets.py
patch
|
blob
|
history
diff --git
a/admin/widgets.py
b/admin/widgets.py
index
a1f5bae
..
f53c5b7
100644
(file)
--- a/
admin/widgets.py
+++ b/
admin/widgets.py
@@
-1,5
+1,9
@@
from django import forms
from django.conf import settings
+from django.utils.translation import ugettext as _
+from django.utils.html import escape
+from django.utils.text import truncate_words
+from django.utils.safestring import mark_safe
class ModelLookupWidget(forms.TextInput):