Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(306)

Unified Diff: codereview/models.py

Issue 95560047: Add 'project' field
Patch Set: Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | codereview/revert_patchset.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: codereview/models.py
===================================================================
--- a/codereview/models.py
+++ b/codereview/models.py
@@ -62,6 +62,7 @@
subject = ndb.StringProperty(required=True)
description = ndb.TextProperty()
+ project = ndb.StringProperty()
#: in Subversion - repository path (URL) for files in patch set
base = ndb.StringProperty()
repo_guid = ndb.StringProperty()
« no previous file with comments | « no previous file | codereview/revert_patchset.py » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b