Django 1.9 deprecated string based url names and django.conf.url.patterns
authorDiane Trout <diane@ghic.org>
Fri, 8 Apr 2016 00:01:46 +0000 (17:01 -0700)
committerDiane Trout <diane@ghic.org>
Fri, 24 Jun 2016 22:38:24 +0000 (15:38 -0700)
commit927b97604bdd30b0022e49f6e1d11f068f50d8df
tree1d813cf4ee21501baa432970a0288909aa73efa9
parentd38fdadf3fe3031bbbca2a15d25838b9c8918a15
Django 1.9 deprecated string based url names and django.conf.url.patterns

I think those changes should be backwards, and they usually
shorten the url() lines so seemed reasonable to apply.
eland_config/urls.py
experiments/urls.py
htsworkflow/urls.py
inventory/urls.py
samples/urls.py