Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-generic relations #468

Open
jacobjove opened this issue Nov 30, 2023 · 0 comments
Open

Non-generic relations #468

jacobjove opened this issue Nov 30, 2023 · 0 comments

Comments

@jacobjove
Copy link
Contributor

Add abstract models to enable users to implement non-generic relations between entities, attributes, and values.

Detailed Description

I would like to define my own relations between entities (of known types) and attributes and values, rather than using Django's contenttypes framework and generic relations.

Context

If this library offers abstract models (in addition to, and as an alternative to, the concrete models that define generic relations), users could benefit from this library while (arguably) enjoying better customizability and performance.

Possible Implementation

I'm working on a draft PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant