Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1670)

Unified Diff: app/models/package_version.py

Issue 838153002: Remove obsolute readme/changelog properties (Closed) Base URL: https://github.com/dart-lang/pub-dartlang.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « app/app.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/models/package_version.py
diff --git a/app/models/package_version.py b/app/models/package_version.py
index 3b639e36e5e0c82c1e9fc302b8015aa17477f3b5..b38891d74556aa6956fdce8c47dfa06a3aa14d35 100644
--- a/app/models/package_version.py
+++ b/app/models/package_version.py
@@ -31,17 +31,12 @@ class PackageVersion(db.Model):
pubspec = PubspecProperty(required=True, indexed=False)
"""The package version's pubspec file."""
- readme = ReadmeProperty()
- """The README file."""
-
readmeFilename = db.StringProperty(indexed=False)
"""The README filename."""
readmeContent = db.TextProperty()
"""The README file as a string."""
- changelog = ReadmeProperty()
- """The CHANGELOG file."""
changelogFilename = db.StringProperty(indexed=False)
"""The CHANGELOG filename."""
« no previous file with comments | « app/app.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698