From 980364bb107bebef6999113be3d256e0270500ba Mon Sep 17 00:00:00 2001 From: Brandon King Date: Tue, 21 Jul 2009 22:53:42 +0000 Subject: [PATCH] Moved from ext-3.0-rc2 to ext-3.0.0. --- htsworkflow/frontend/inventory/models.py | 2 +- htsworkflow/frontend/templates/app_base.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/htsworkflow/frontend/inventory/models.py b/htsworkflow/frontend/inventory/models.py index 444d3c5..32acf82 100644 --- a/htsworkflow/frontend/inventory/models.py +++ b/htsworkflow/frontend/inventory/models.py @@ -100,7 +100,7 @@ class Item(models.Model): #Automatically assigned uuid; used for barcode if one is not provided in # barcode_id - uuid = models.CharField(max_length=32, blank=True, help_text="Leave blank for automatic UUID generation") + uuid = models.CharField(max_length=32, blank=True, help_text="Leave blank for automatic UUID generation", unique=True) # field for existing barcodes; used instead of uuid if provided barcode_id = models.CharField(max_length=256, blank=True, null=True) diff --git a/htsworkflow/frontend/templates/app_base.html b/htsworkflow/frontend/templates/app_base.html index 30ef570..8ff3d96 100644 --- a/htsworkflow/frontend/templates/app_base.html +++ b/htsworkflow/frontend/templates/app_base.html @@ -9,10 +9,10 @@ - + - - + + {% block additional_javascript %} -- 2.30.2