git.ithinksw.org
/
philo.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added support for DateTime information being stored in a JSONAttribute. Switched...
[philo.git]
/
contrib
/
cowell
/
widgets.py
1
from django.contrib.admin.widgets import ForeignKeyRawIdWidget, ManyToManyRawIdWidget
2
3
4
class ForeignKeyAttributeRawIdWidget(ForeignKeyRawIdWidget):
5
pass
6
7
8
class ManyToManyAttributeRawIdWidget(ManyToManyRawIdWidget):
9
pass