Test htsworkflow under several different django & python versions
[htsworkflow.git] / samples / models.py
2016-06-24 Diane TroutUpdate custom user model for django 1.9ish.
2016-06-24 Diane TroutRemove null=True from a few fields
2016-06-24 Diane TroutReplace permalink decorator with url reverse
2016-03-12 Diane TroutIncrease size of Library.multiplex_id field
2015-05-21 Diane TroutAdd AccessionAgency and LibraryAccession
2015-05-20 Diane Troutremove commented out code
2015-05-12 Diane Troutflake8 whitespace cleanup
2015-05-05 Diane TroutRemove unused imports
2015-05-05 Diane Troutadjust whitespace
2015-03-27 Diane TroutMerge branch 'django1.7' of mus.cacr.caltech.edu:htswor...
2015-03-20 Diane TroutUse isinstance(object, (types)) pattern instead of...
2015-02-03 Diane Troutconvert to unicode_literals
2015-01-29 Diane Troutuse six.moves to get to python3-style urllib
2015-01-29 Diane TroutConvert old style except blocks to except Exception...
2014-07-24 Diane TroutFlatten project hierarchy, moving djano applications...