Pole target revision nie jest wymagane.
authorzuber <marek@stepniowski.com>
Thu, 29 Oct 2009 15:12:17 +0000 (16:12 +0100)
committerzuber <marek@stepniowski.com>
Thu, 29 Oct 2009 15:12:17 +0000 (16:12 +0100)
apps/api/models.py

index 8252589..8681990 100644 (file)
@@ -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())