symposion_app/symposion/reviews
Brian Rosner 7c6970fc3d Removed default values of one from ProposalResult denormalized fields
The original default value of one assumed ProposalResult was being created
when a Review was created which meant a comment and a vote was made. This is
no longer the case from changes after the original change and has caused off
by one errors in the denormalized count.
2012-10-01 10:48:06 -06:00
..
management switched from using nullboolean accepted on proposal result to a more flexible status choice 2012-09-02 14:45:41 -04:00
templatetags add reviews app 2012-08-14 03:54:45 -04:00
__init__.py add reviews app 2012-08-14 03:54:45 -04:00
admin.py added admin for NotificationTemplate 2012-09-08 17:29:18 -06:00
context_processors.py add reviews app 2012-08-14 03:54:45 -04:00
fixture_gen.py add reviews app 2012-08-14 03:54:45 -04:00
forms.py add reviews app 2012-08-14 03:54:45 -04:00
models.py Removed default values of one from ProposalResult denormalized fields 2012-10-01 10:48:06 -06:00
tests.py add reviews app 2012-08-14 03:54:45 -04:00
urls.py implemented more result notification behavior 2012-09-08 16:29:17 -06:00
utils.py add reviews app 2012-08-14 03:54:45 -04:00
views.py added DTL handling of email body 2012-09-08 19:38:57 -06:00