Skip to content

bugfix: Model.get_or_create_external

Calum Mackervoy requested to merge get-or-create-external into master

Related to djangoldp-account/#55 (closed)

get_or_create_external is a version of get_or_create which only creates a non-existent external resource. If the resource is local but doesn't exist, the service responds 404

Merge request reports