You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
related_url_kwargs are pulled from object data. self_url_kwargs are pulled from schema data. This is inconsistent (I got bit by it the first time I tried using self_url_kwargs). Furthermore, it means that all kwargs used in self_url_kwargs must be serialized as part of the schema, which I don't always want to do. For example:
related_url_kwargs
are pulled from object data.self_url_kwargs
are pulled from schema data. This is inconsistent (I got bit by it the first time I tried usingself_url_kwargs
). Furthermore, it means that allkwargs
used inself_url_kwargs
must be serialized as part of the schema, which I don't always want to do. For example:I don't want
foo_id
to be serialized in abars
schema.The text was updated successfully, but these errors were encountered: