-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix type inconsistency in sql #91
base: master
Are you sure you want to change the base?
Conversation
Search results, various updates for Idea fields
Add a smoke test for the home page
Remove voter field from forms, add migrations
Do some CSS work and add listing voting
Add notifications when installed in collab
IN-462 - Add challenge text
…brown-custom_comments Conflicts: src/idea/templates/idea/detail.html
Conflicts: src/idea/static/idea/css/idea.css src/idea/templates/idea/detail.html
Add mptt to buildout
Fix fontawesome icon for Read More link in IE
Tests now run when bundled with collab
Add private room capability
Add optional anonymity for private rooms
README changes: IdeaBox is not hypenated. Django is capitalized
Update taggit info in README
1be6da6 is the important commit; everything else is merging in the |
Can we get some more background on this? My understanding based on the branch name and commit message is the old style doesn't quite work right for postgresql, but apparently works fine in mysql and sqlite? It doesn't look like we have any tests for comment_count or recent_activity... perhaps it'd make sense to add those to this PR? |
Resolves #90 generically by casting strings as ints in the queries.