Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Commit

Permalink
Remove obsolute readme/changelog properties
Browse files Browse the repository at this point in the history
R=sgjesse@google.com

Review URL: https://chromiumcodereview.appspot.com//838153002
  • Loading branch information
mkustermann committed Jan 8, 2015
1 parent 4e53775 commit 63e3556
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion app/app.yaml
Expand Up @@ -3,7 +3,7 @@
# BSD-style license that can be found in the LICENSE file.

application: dartlang-pub
version: 31
version: 32
runtime: python27
threadsafe: true
api_version: 1
Expand Down
5 changes: 0 additions & 5 deletions app/models/package_version.py
Expand Up @@ -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."""
Expand Down

0 comments on commit 63e3556

Please sign in to comment.