Add make_choices function.
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 3 Feb 2009 22:09:08 +0000 (23:09 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 3 Feb 2009 22:09:08 +0000 (23:09 +0100)
commit74cf9d437ac242f610b17d388d3728b36afb4f64
treef3706d437edc26b56fb08c7e02669b9e5e617fb7
parent3ad5726e7dd331376eb4268b9dcb1b29cb1f0b7b
Add make_choices function.

This function can transform a list of Model objects into a list suitable
for use as a choices list in fields and widgets.
tools/misc.py