fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Oddzielny szablon dla pustej galerii.
[redakcja.git]
/
apps
/
api
/
models.py
diff --git
a/apps/api/models.py
b/apps/api/models.py
index
8252589
..
cd9a395
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)
# 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
, blank=True
)
# current status
status = models.CharField(max_length=1, choices=REQUEST_STATUSES.items())
# current status
status = models.CharField(max_length=1, choices=REQUEST_STATUSES.items())