- Added support for Django 4 (thanks to AlexCLeduc)
0.2.5
- Fixed a crash when accessing a single related descriptor on a Relationship whose predicate contains a bare primitive value, i.e. not wrapped in `Value()`.
0.2.4
- Until Django's behaviour can be emulated, don't cache related objects
0.2.3
- Improved behaviour of Relationship fields with null=True - Allowed using L() inside complex expressions in predicate
0.2.2
- Fixed crash when reverse_multiple=False
0.2.1
- Restored Q and F from relativity.compat as aliases to django.db.models, with a deprecation warning on import - Added monkeypatch for migrations where a model with a Relationship is the target of a ForeignKey