* Support related fields in the `FkOrUrlFieldFilter` field_name (37)
1.1.0
==================
* Supported Django 4.2 * Supported python 3.11 * Dropped support of python 3.7, python 3.8, python 3.9
1.0.4
==================
* Added setting ``LOOSE_FK_LOCAL_BASE_URLS``, which explicitly list allowed prefixes for local urls to fine-tune resolving local and remote urls, now they can be hosted within the same domain (28).
1.0.3
==================
* Fixed a bug which can appear when there is a chain of loose-fk objects, especially when external object is related to the local one. In this case the local object was treated like an external one, now it's fixed. * Dropped support for Django 2.2
1.0.2
==================
Bugfix release
* Fixed a bug in the django-filter implementation causing crashes on ``.filter(*args, **kwargs)`` calls because of tuples instead of ``models.Q`` objects being passed.
1.0.1
==================
Bugfix / DRF version support release
* Fixed a bug in the custom field implementation on Django 3.2 when running ``Model.full_clean`` * Fixed support for djangorestframework 3.13 * The minimum supported DRF version is now 3.11