symposion_app/vendor/symposion/reviews
James Polley 7fe5a09bfb Return an integer for the slice index.
Resolves:

    File "/app/symposion_app/vendor/symposion/reviews/views.py", line 230, in review_random_proposal
    proposals = proposals[:(len(proposals) + 1) / 2]
    TypeError: slice indices must be integers or None or have an __index__ method
2017-08-08 23:00:36 +00:00
..
management Remove default name from create_review_permssions 2017-07-07 00:16:08 +10:00
migrations Taking one out of PyCon's (US) book 2017-05-27 20:11:39 +10:00
templatetags Taking one out of PyCon's (US) book 2017-05-27 20:11:39 +10:00
__init__.py Taking one out of PyCon's (US) book 2017-05-27 20:11:39 +10:00
admin.py Taking one out of PyCon's (US) book 2017-05-27 20:11:39 +10:00
apps.py Taking one out of PyCon's (US) book 2017-05-27 20:11:39 +10:00
context_processors.py Taking one out of PyCon's (US) book 2017-05-27 20:11:39 +10:00
forms.py Cleanup more user exploitable input with bleach 2017-08-07 20:13:10 +10:00
models.py Switch score calculation to pure Python 2017-08-08 16:41:02 +10:00
urls.py Taking one out of PyCon's (US) book 2017-05-27 20:11:39 +10:00
utils.py Taking one out of PyCon's (US) book 2017-05-27 20:11:39 +10:00
views.py Return an integer for the slice index. 2017-08-08 23:00:36 +00:00