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

Unified Diff: codereview/models.py

Issue 955: Allow upload with no base (Closed) SVN Base: http://rietveld.googlecode.com/svn/trunk/
Patch Set: Created 3 months, 3 weeks 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 | static/upload.py » ('j') | Expand Comments ('e') | Collapse Comments ('c') | Hide Comments ('s')
Index: codereview/models.py
===================================================================
--- codereview/models.py (revision 103)
+++ codereview/models.py (working copy)
@@ -62,7 +62,7 @@
subject = db.StringProperty(required=True)
description = db.TextProperty()
- base = db.URLProperty()
+ base = db.StringProperty()
GvR 2008/05/17 03:29:02 Why do you need that? You could just set it to th
owner = db.UserProperty(required=True)
created = db.DateTimeProperty(auto_now_add=True)
modified = db.DateTimeProperty(auto_now=True)
« no previous file | static/upload.py » ('j')

Powered by Google App Engine
This is Rietveld r305