fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
b093ccb
)
Pole target revision nie jest wymagane.
author
zuber
<marek@stepniowski.com>
Thu, 29 Oct 2009 15:12:17 +0000
(16:12 +0100)
committer
zuber
<marek@stepniowski.com>
Thu, 29 Oct 2009 15:12:17 +0000
(16:12 +0100)
apps/api/models.py
patch
|
blob
|
history
diff --git
a/apps/api/models.py
b/apps/api/models.py
index
8252589
..
8681990
100644
(file)
--- 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())