django-relativity
django-relativity copied to clipboard
More expressive relationships for the Django ORM.
This lib looks like it would be extremely useful to include in the main Django framework. As far as I can tell from the README it doesn't imply any breaking...
It would be nice if one can specify a value/callable to use when no related objects match predicate. In our system there is part where we classify traffic by some...
I'm not sure if I'm misunderstanding how this is all meant to work, or if this is actually a bug. I've created a failing (well, currently XFAIL) test on a...
This makes it possible to have a one-to-one and many-to-one `Relationship` with both `multiple` set to `False` and execute negated queries on it. This sort of relationship does not need...
This makes changes and adds testing for Django 5.0, 5.1, and 5.2. A new cached property called `accessor_name` was added in 5.2 for performance improvements that this package needs to...