| Topic Text | Topic Comments (4) | Topic Properties | Topic Information | a@a.c... | ||||
| Topic title: This is a test | Tuesday November 17, 2009 18:04:19 |
Download topic text | View in monospace font | Tab width set to 8 (change to 4)
[Add General Comment] to topic.
| File trunk/reviewboard/scmtools/models.py (Revision 0.1) | [Add File Comment] [<<] [Top] [>>] |
| Line 19 | Line 19 | ||
| 19 | password = models.CharField(maxlength=128, blank=True) | 19 | password = models.CharField(maxlength=128, blank=True) |
| 20 | tool = models.ForeignKey(Tool) | 20 | tool = models.ForeignKey(Tool) |
| 21 | bug_tracker = models.URLField(verify_exists=False, blank=True) | 21 | bug_tracker = models.URLField(verify_exists=False, blank=True) |
| 22 | source_viewer = models.URLField(verify_exists=False, blank=True) | ||
| 22 | 23 | ||
| 23 | 24 | ||
| 24 | def get_scmtool(self): | 25 | def get_scmtool(self): |
| File trunk/reviewboard/scmtools/models.py (Revision 0.1) | [Add File Comment] [<<] [Top] [>>] |
| Legend: | |
| Removed | |
| Changed | |
| Added | |
[Add General Comment] to topic.