Closed R2ZER0 closed 1 year ago
Note to selves - migrations here seems to be missing from live? did this get run not in a deploy - investigation needed before merge & deploy.
I've rebased (and force-pushed) to remove the "replace unique_together with UniqueConstraint" commit and put that into it's own PR https://github.com/ThreeSixtyGiving/datastore/pull/162 so we can consider them seperately
and another rebase/force-push of the commit which adds UniqueConstraints for Recipient/Funder, to regenerate the db migration, because the old one depended on the earlier migration which is now in seperate PR (also black format)
Adds an experimental API to access info about organisations:
/experimental/org
will give a list of known Org IDs - Note they aren't unique, any may be duplicated between the Funder/Recipient/Publisher tables and so the same Org ID appear multiple times./experimental/org/<org_id>
shows detail about a given Org ID, split into funder/recipient/publisher subobjectsTodo / Open Questions:
I've removed the changes used to make my local setup work, so this only contains API changes.
TODO