Changes DDSProjectTransfer API endpoint to maintain the same project name after a delivery is accepted. This will allow the data delivery UI to show a consistent project name even if the recipient renames the project. Populates the project_name field of DDSDelivery when a delivery is accepted.
Adds project_name field to DDSDelivery model.
Adds django_filters to fix issue with DRF Api browser.
Changes DDSProjectTransfer API endpoint to maintain the same project name after a delivery is accepted. This will allow the data delivery UI to show a consistent project name even if the recipient renames the project. Populates the project_name field of DDSDelivery when a delivery is accepted.
Adds
project_name
field toDDSDelivery
model. Addsdjango_filters
to fix issue with DRF Api browser.Fixes #227