Skip to content

Commit 0568281

Browse files
committed
fixing history rst format
1 parent 76123e3 commit 0568281

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HISTORY.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ History
66
0.3.12 (2019-01-24)
77
~~~~~~~~~~~~~~~~~~~
88

9-
* Adding support for ``FilterSet.Meta.fields == '__all__'` which is useful in DRF integration.
9+
* Adding support for ``FilterSet.Meta.fields == '__all__'`` which is useful in DRF integration.
1010
See `#39 <https://github.com/miki725/django-url-filter/pull/39>`_.
1111

1212
0.3.11 (2018-12-06)
@@ -16,7 +16,7 @@ History
1616
See `#73 <https://github.com/miki725/django-url-filter/pull/73>`_.
1717

1818
0.3.10 (2018-11-14)
19-
~~~~~~~~~~~~~~~~~~
19+
~~~~~~~~~~~~~~~~~~~
2020

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

0 commit comments

Comments
 (0)