Remove null=True from a few fields
authorDiane Trout <diane@ghic.org>
Thu, 2 Jun 2016 20:21:24 +0000 (13:21 -0700)
committerDiane Trout <diane@ghic.org>
Fri, 24 Jun 2016 22:55:58 +0000 (15:55 -0700)
commit9cd4b8afca81ec5a0812b1f6cbf278c7011bfc91
tree7a400ca10f1ec5ea9f36e8eb80e23f05718ea837
parentbe1e9f0fd244e3b13c77f501f10e78b3f9228cd9
Remove null=True from a few fields

django check pointed out that null=True is confusing with blank or
ManyToMany fields.
samples/migrations/0001_initial.py
samples/models.py