django-relativity icon indicating copy to clipboard operation
django-relativity copied to clipboard

Add support for Django 5

Open camuthig opened this issue 6 months ago • 0 comments

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 mimic. This uses the same value as get_accessor_name, which is how it is also implemented in core.

See: https://code.djangoproject.com/ticket/35230

camuthig avatar May 01 '25 21:05 camuthig