Skip to content

Commit

Permalink
more tweaking to get help working, increased field size on js
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Raddon authored and Aaron Raddon committed Jun 9, 2008
1 parent d41eebf commit 7e590d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ indexes:
- name: date
direction: desc

# Used 40 times in query history.
# Used 56 times in query history.
- kind: Entry
properties:
- name: entrytype
- name: date
direction: desc

# Used 7 times in query history.
# Used 13 times in query history.
- kind: Entry
properties:
- name: entrytype
Expand Down
2 changes: 1 addition & 1 deletion model.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Blog(db.Model):
topmenu = db.StringProperty(multiline=True,default='')
archivehtml = db.TextProperty(default='')
tags = db.TextProperty(default='{}')
analyticsjs = db.StringProperty(multiline=True,default='')
analyticsjs = db.TextProperty(default='')
commentjs = db.TextProperty(default='')

def save(self):
Expand Down

0 comments on commit 7e590d2

Please sign in to comment.