* Fixes ``date`` lookup when using Django ORM. See `92 <https://github.com/miki725/django-url-filter/issues/92>`_.
0.3.14
~~~~~~~~~~~~~~~~~~~
* Using ``CharField`` for ``regex`` filters. See `90 <https://github.com/miki725/django-url-filter/pull/90>`_. * ``SQLAlchemyFilterBackend`` does not join models if already join path is partially joined already. * ``SQLAlchemyFilterBackend`` joins when ``selectinjoin`` is used.
0.3.13
~~~~~~~~~~~~~~~~~~~
* Fixing `iregex` documentation in DRF coreapi integration.
0.3.12
~~~~~~~~~~~~~~~~~~~
* Adding support for ``FilterSet.Meta.fields == '__all__'`` which is useful in DRF integration. See `39 <https://github.com/miki725/django-url-filter/pull/39>`_.
0.3.11
~~~~~~~~~~~~~~~~~~~
* Not modifying queryset in Django backend if no filters were applied. See `73 <https://github.com/miki725/django-url-filter/pull/73>`_.
0.3.10
~~~~~~~~~~~~~~~~~~~
* Only running ``distinct`` on queryset when one of filters is on one-to-many relation. This should help with performance. See `26 <https://github.com/miki725/django-url-filter/issues/26>`_.