ENH: Collection editing (#33)

This commit is contained in:
Matthew Ryan Dillon 2017-11-30 15:51:11 -07:00 committed by GitHub
parent 92a349c496
commit 2a7b11720e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,7 @@ class CollectionSerializer(serializers.ModelSerializer):
'storage_location', 'specimen_state', 'process_type',
'reagent', 'adfg_permit', 'flaw', 'display_name',
'collection_species')
read_only_fields = ('collection_species',)
class ADFGPermitSerializer(serializers.ModelSerializer):