ouhft / COPE

Project Repository for Work Package 4 of the COPE Transplant Trial
https://cope.nds.ox.ac.uk
1 stars 0 forks source link

Third Party Library Refresh #331

Closed marshalc closed 5 years ago

marshalc commented 5 years ago

Time to do updates to dependant libraries and check all still works.

marshalc commented 5 years ago

This will make it into the 0.9.3 release

marshalc commented 5 years ago

Updates from -> to:

Package                   Version Latest Type 
------------------------- ------- ------ -----
Django                    2.0.7   2.1.7  wheel
django-autocomplete-light 3.2.10  3.3.2  sdist
django-livefield          3.0.0   3.1.0  sdist
django-reversion          2.0.13  3.0.3  wheel
django-reversion-compare  0.8.4   0.8.6  wheel
django-vanilla-views      1.0.5   1.0.6  wheel
Markdown                  2.6.11  3.0.1  wheel
openpyxl                  2.5.4   2.6.0  sdist

Now to debug issues arising from the updates. First off is a load of permission clashes...

ERRORS:
adverse_event.Event: (auth.E005) The permission codenamed 'view_event' clashes with a builtin permission for model 'adverse_event.Event'.
compare.Donor: (auth.E005) The permission codenamed 'view_donor' clashes with a builtin permission for model 'compare.Donor'.
compare.Organ: (auth.E005) The permission codenamed 'view_organ' clashes with a builtin permission for model 'compare.Organ'.
compare.OrganAllocation: (auth.E005) The permission codenamed 'view_organallocation' clashes with a builtin permission for model 'compare.OrganAllocation'.
compare.ProcurementResource: (auth.E005) The permission codenamed 'view_procurementresource' clashes with a builtin permission for model 'compare.ProcurementResource'.
compare.Recipient: (auth.E005) The permission codenamed 'view_recipient' clashes with a builtin permission for model 'compare.Recipient'.
compare.RetrievalTeam: (auth.E005) The permission codenamed 'view_retrievalteam' clashes with a builtin permission for model 'compare.RetrievalTeam'.
followups.FollowUp1Y: (auth.E005) The permission codenamed 'view_followup1y' clashes with a builtin permission for model 'followups.FollowUp1Y'.
followups.FollowUp3M: (auth.E005) The permission codenamed 'view_followup3m' clashes with a builtin permission for model 'followups.FollowUp3M'.
followups.FollowUp6M: (auth.E005) The permission codenamed 'view_followup6m' clashes with a builtin permission for model 'followups.FollowUp6M'.
followups.FollowUpInitial: (auth.E005) The permission codenamed 'view_followupinitial' clashes with a builtin permission for model 'followups.FollowUpInitial'.
health_economics.QualityOfLife: (auth.E005) The permission codenamed 'view_qualityoflife' clashes with a builtin permission for model 'health_economics.QualityOfLife'.
health_economics.ResourceHospitalAdmission: (auth.E005) The permission codenamed 'view_resourcehospitaladmission' clashes with a builtin permission for model 'health_economics.ResourceHospitalAdmission'.
health_economics.ResourceLog: (auth.E005) The permission codenamed 'view_resourcelog' clashes with a builtin permission for model 'health_economics.ResourceLog'.
health_economics.ResourceRehabilitation: (auth.E005) The permission codenamed 'view_resourcerehabilitation' clashes with a builtin permission for model 'health_economics.ResourceRehabilitation'.
health_economics.ResourceVisit: (auth.E005) The permission codenamed 'view_resourcevisit' clashes with a builtin permission for model 'health_economics.ResourceVisit'.
marshalc commented 5 years ago

Basic overall testing suggests these have all applied just fine, so closing this.