Permalink
Please sign in to comment.
Browse files
Merge branch 'master' into dev
Conflicts: project/epi2/models.py
- Loading branch information...
Showing
with
2,898 additions
and 6,591 deletions.
- +23 −31 project/animal/exports.py
- +1 −1 project/animal/migrations/0011_auto_20150723_1600.py
- +2 −2 project/assessment/models.py
- +4 −10 project/assessment/views.py
- +28 −5 project/epi/admin.py
- +22 −10 project/epi/api.py
- +111 −217 project/epi/exports.py
- +251 −251 project/{epi2 → epi}/fixtures/countries.json
- +9 −9 project/{epi2 → epi}/fixtures/ethnicity.json
- +23 −23 project/{epi2 → epi}/fixtures/resultmetric.json
- +571 −498 project/epi/forms.py
- +42 −74 project/epi/lookups.py
- +186 −210 project/epi/migrations/0001_initial.py
- +0 −54 project/epi/migrations/0002_auto_20150629_1327.py
- +7 −7 project/{epi2 → epi}/migrations/0002_load_fixtures.py
- +0 −25 project/epi/migrations/0003_auto_20150723_1544.py
- +818 −1,346 project/epi/models.py
- +120 −126 project/epi/serializers.py
- +94 −122 project/epi/urls.py
- +208 −289 project/epi/views.py
- 0 project/epi2/__init__.py
- +0 −36 project/epi2/admin.py
- +0 −41 project/epi2/api.py
- +0 −159 project/epi2/exports.py
- +0 −796 project/epi2/forms.py
- +0 −88 project/epi2/lookups.py
- +0 −327 project/epi2/migrations/0001_initial.py
- 0 project/epi2/migrations/__init__.py
- +0 −186 project/epi2/serializers.py
- +0 −136 project/epi2/urls.py
- +0 −349 project/epi2/views.py
- +23 −29 project/epimeta/exports.py
- +3 −3 project/epimeta/forms.py
- +9 −9 project/epimeta/migrations/0001_initial.py
- +6 −6 project/epimeta/models.py
- +3 −3 project/epimeta/serializers.py
- +1 −1 project/epimeta/views.py
- +0 −1 project/hawc/settings/base.py
- +0 −2 project/hawc/urls.py
- +32 −36 project/invitro/exports.py
- +6 −6 project/static/epi/js/{models2.js → models.js}
- +3 −3 project/static/epimeta/js/models.js
- +136 −122 project/static/summary/js/data_pivot.js
- +3 −3 project/study/models.py
- +14 −7 project/summary/forms.py
- +22 −8 project/summary/models.py
- +1 −1 project/templates/assessment/assessment_downloads.html
- +1 −1 project/templates/assessment/baseendpoint_list.html
- +1 −1 project/templates/base.html
- +0 −21 project/templates/epi/_epistudy_list.html
- +0 −40 project/templates/epi/_study_population_list.html
- 0 project/templates/{epi2 → epi}/adjustmentfactor_form.html
- +0 −15 project/templates/epi/assessedoutcome_confirm_delete.html
- +0 −39 project/templates/epi/assessedoutcome_copy_selector.html
- +0 −56 project/templates/epi/assessedoutcome_detail.html
- +0 −89 project/templates/epi/assessedoutcome_form.html
- +0 −47 project/templates/epi/assessedoutcome_list.html
- +0 −76 project/templates/epi/assessedoutcome_versions.html
- +1 −1 project/templates/{epi2 → epi}/comparisonset_confirm_delete.html
- +2 −2 project/templates/{epi2 → epi}/comparisonset_detail.html
- 0 project/templates/{epi2 → epi}/comparisonset_form.html
- +2 −2 project/templates/{epi2 → epi}/comparisonset_outcome_copy_selector.html
- +2 −2 project/templates/{epi2 → epi}/comparisonset_sp_copy_selector.html
- 0 project/templates/{epi2 → epi}/criteria_form.html
- +5 −6 project/templates/epi/exposure_confirm_delete.html
- +1 −7 project/templates/epi/exposure_copy_selector.html
- +20 −47 project/templates/epi/exposure_detail.html
- +7 −48 project/templates/epi/exposure_form.html
- +0 −48 project/templates/epi/factor_form.html
- +1 −1 project/templates/{epi2 → epi}/group_detail.html
- 0 project/templates/{epi2 → epi}/group_form.html
- +1 −1 project/templates/{epi2 → epi}/outcome_confirm_delete.html
- +2 −2 project/templates/{epi2 → epi}/outcome_copy_selector.html
- +6 −6 project/templates/{epi2 → epi}/outcome_detail.html
- 0 project/templates/{epi2 → epi}/outcome_form.html
- 0 project/templates/{epi2 → epi}/outcome_list.html
- +1 −1 project/templates/{epi2 → epi}/result_confirm_delete.html
- +2 −2 project/templates/{epi2 → epi}/result_copy_selector.html
- +2 −2 project/templates/{epi2 → epi}/result_detail.html
- +1 −1 project/templates/{epi2 → epi}/result_form.html
- +0 −48 project/templates/epi/studycriteria_form.html
- +5 −6 project/templates/epi/studypopulation_confirm_delete.html
- +31 −43 project/templates/epi/studypopulation_detail.html
- +18 −15 project/templates/epi/studypopulation_form.html
- +0 −14 project/templates/epi2/exposure2_confirm_delete.html
- +0 −36 project/templates/epi2/exposure2_detail.html
- +0 −20 project/templates/epi2/exposure2_form.html
- +0 −33 project/templates/epi2/exposure_copy_selector.html
- +0 −14 project/templates/epi2/studypopulation_confirm_delete.html
- +0 −39 project/templates/epi2/studypopulation_copy_selector.html
- +0 −47 project/templates/epi2/studypopulation_detail.html
- +0 −40 project/templates/epi2/studypopulation_form.html
- +4 −4 project/templates/study/study_detail.html
Oops, something went wrong.
0 comments on commit
dcb0e3a