aboutsummaryrefslogtreecommitdiffstats
path: root/servo/models/shipments.py
diff options
context:
space:
mode:
Diffstat (limited to 'servo/models/shipments.py')
-rw-r--r--servo/models/shipments.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/servo/models/shipments.py b/servo/models/shipments.py
index 9f93927..9dba9b3 100644
--- a/servo/models/shipments.py
+++ b/servo/models/shipments.py
@@ -22,6 +22,7 @@ class Shipment(models.Model):
location = models.ForeignKey(Location,
editable=False,
+ null=True,
on_delete=models.SET_NULL)
ship_to = models.CharField(