Skip to content

Commit

Permalink
fixing history rst format
Browse files Browse the repository at this point in the history
  • Loading branch information
miki725 committed Jan 24, 2019
1 parent 76123e3 commit 0568281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ History
0.3.12 (2019-01-24)
~~~~~~~~~~~~~~~~~~~

* Adding support for ``FilterSet.Meta.fields == '__all__'` which is useful in DRF integration.
* 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 (2018-12-06)
Expand All @@ -16,7 +16,7 @@ History
See `#73 <https://github.com/miki725/django-url-filter/pull/73>`_.

0.3.10 (2018-11-14)
~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~

* Only running ``distinct`` on queryset when one of filters is on one-to-many relation.
This should help with performance.
Expand Down

0 comments on commit 0568281

Please sign in to comment.