Add a DropDownMultiple form widget.
authorMatthijs Kooijman <matthijs@stdin.nl>
Sun, 1 Feb 2009 17:31:37 +0000 (18:31 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Sun, 1 Feb 2009 17:37:29 +0000 (18:37 +0100)
commit053fc78de59d8f55c276d3b1c89ecc7997a64985
tree219eee13ef41bc422dcd31c1dc1f309b96cfff17
parent750fdb5d8bb8ab99da479ffa27b33e624a080711
Add a DropDownMultiple form widget.

This code is taken literally from
http://www.djangosnippets.org/snippets/747/, only "newforms" was changed
to "forms".
tools/widgets/__init__.py [new file with mode: 0644]
tools/widgets/dropdownmultiple.py [new file with mode: 0644]