Change my copied version of admin.changelist to a subclass.
authorDiane Trout <diane@caltech.edu>
Fri, 30 Nov 2012 01:13:44 +0000 (17:13 -0800)
committerDiane Trout <diane@caltech.edu>
Fri, 30 Nov 2012 01:13:44 +0000 (17:13 -0800)
commit5c328afda08d8da9373b89f3253d3a284e561fa8
tree4d36a7ca038046f4bc3512a7bd741d702d0d4325
parentb8e549e0cf2ed8bc38b509a45ace95cde4b14646
Change my copied version of admin.changelist to a subclass.

Why repeat myself when I can subclass for customization purposes.
It works for the samples pages, but the inventory lists
dont work with this new code.
htsworkflow/frontend/inventory/views.py
htsworkflow/frontend/samples/changelist.py
htsworkflow/frontend/samples/views.py