File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ language: python
22sudo : false
33python :
44- ' 2.7'
5- - ' 3.5 '
5+ - ' 3.4 '
66addons :
77 postgresql : " 9.3"
88
1111 - $HOME/.pip-cache/
1212
1313install :
14- - pip install pip==8.1.2
15- - pip install -r requirements-dev.txt --allow-all-external
14+ - pip install -r requirements-dev.txt --allow-all-external --download-cache $HOME/.pip-cache
1615 - pip install coveralls
1716
1817env :
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ def get_choice_feedback_questions(conference_id):
5656 schedule item type.
5757 """
5858 qs = ChoiceFeedbackQuestion .objects .filter (
59- conference_id = conference_id ).prefetch_related ('allowed_values' )
59+ conference_id = conference_id ).select_related ('allowed_values' )
6060 return _get_question_oragnized_by_type (qs )
6161
6262
Original file line number Diff line number Diff line change 1- Django == 1.8.14
1+ Django == 1.7.9
22celery == 3.1.18
33djangorestframework == 3.1.3
44django-filter == 0.10.0
You can’t perform that action at this time.
0 commit comments