symposion
symposion copied to clipboard
a Django project for conference websites
Fixes #137. The previous `update_vote` broke severely on deletion. This optimises the queries done in `full_calculate` (to use a single `annotate`) and makes `update_vote` use the inner query of `full_calculate`....
Steps to reproduce: - Add review with +1 score - Overwrite review with +0 score - Delete review with +1 score - Delete review with +0 score Expected: - 0...
`review.section` is a slug itself, so the review_delete would previously 500 rather than deleting comments Fixes #135
Adds documentation mentioning Registrasion as an option for conference registration. This should close #117.
Currently symposion sends out an e-mail to reviewers informing them that the proposal has been changed. It would be useful to be able to see _what_ has changed.
As far as I know, get_query_set() was replaced by get_queryset() in newer version of django. Should the code here (https://github.com/pinax/symposion/blob/master/symposion/sponsorship/managers.py#L7) be fixed fixed to use get_queryset() ?
Surely it is possible to configure the admin representation of users so they are shown alphabetically, with email addresses attached, as in Steve Holden ([email protected]) Certain aspects of the admin...
Hi, I'm creating an issue for contributing to Pinax Symposion docs. I brought this up in Slack on Feb 29. I offered to help document PinaxCon, but also noticed pinax-project-symposion...