The makemigrations code didn't like how I was setting default selections with class...
authorDiane Trout <diane@ghic.org>
Sat, 1 Nov 2014 00:12:45 +0000 (17:12 -0700)
committerDiane Trout <diane@ghic.org>
Sat, 1 Nov 2014 00:12:45 +0000 (17:12 -0700)
commit0ab23618c419ca038ae9f4d5a97e5471984319ad
tree07fd51739a08c399b6a4eb66dd39958cfd7620ba
parentffcbbcf4b07681b850a899f7e62710ed268fa8cc
The makemigrations code didn't like how I was setting default selections with class methods.

this breaks them out into seperate functions, hopefully less confusing
for the migration code.
experiments/models.py