Changed name= to verbose_name= for LibraryType.
authorDiane Trout <diane@caltech.edu>
Wed, 28 Nov 2012 19:34:40 +0000 (11:34 -0800)
committerDiane Trout <diane@caltech.edu>
Wed, 28 Nov 2012 19:34:40 +0000 (11:34 -0800)
commit3247ec835adc72be7f9fc66fcf4f177cbe302d04
tree6fc7b478085d36a5f28e6eaf14f76ee0f8592f4a
parentd9ede77154bb3956db6ea22bc7f9d2f50d9b2bc5
Changed name= to verbose_name= for LibraryType.

Strangely Django <1.4 didn't notice the error when importing
the fixtures. It was trying to use the name "Adapter Type"
as the database name, instead of the actual column name "name"
for the LibraryType table.
htsworkflow/frontend/samples/models.py