From 94df6dd78db144202338eae9b4e90af44b0058c2 Mon Sep 17 00:00:00 2001 From: zuber Date: Thu, 29 Oct 2009 16:12:17 +0100 Subject: [PATCH] Pole target revision nie jest wymagane. --- apps/api/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/models.py b/apps/api/models.py index 82525898..8681990e 100644 --- a/apps/api/models.py +++ b/apps/api/models.py @@ -41,7 +41,7 @@ class PullRequest(models.Model): # revision to be merged into the main branch source_revision = models.CharField(max_length=40, unique=True) - target_revision = models.CharField(max_length=40) + target_revision = models.CharField(max_length=40, required=False) # current status status = models.CharField(max_length=1, choices=REQUEST_STATUSES.items()) -- 2.20.1