Skip to content

Commit 4846672

Browse files
author
Ryan P Kilby
authored
Remove tab from codecov shield spacing (#117)
1 parent b6d23d9 commit 4846672

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.rst

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Django Rest Framework Filters
2+
=============================
3+
4+
.. image:: https://travis-ci.org/philipn/django-rest-framework-filters.png?branch=master
5+
:target: https://travis-ci.org/philipn/django-rest-framework-filters
6+
7+
.. image:: https://codecov.io/gh/philipn/django-rest-framework-filters/branch/master/graph/badge.svg
8+
:target: https://codecov.io/gh/philipn/django-rest-framework-filters
9+
10+
.. image:: https://img.shields.io/pypi/v/djangorestframework-filters.svg
11+
:target: https://pypi.python.org/pypi/djangorestframework-filters
12+
13+
114
``django-rest-framework-filters`` is an extension to Django REST framework that makes working with filtering much easier. In addition to fixing some underlying warts and limitations of ``django-filter``, we allow arbitrary chaining of both relations and lookup filters.
215

316
E.g. using ``django-rest-framework-filters`` instead of just ``django-filter``, we can do stuff like::
@@ -7,15 +20,6 @@ E.g. using ``django-rest-framework-filters`` instead of just ``django-filter``,
720

821
Without having to create a zillion filter fields by hand.
922

10-
.. image:: https://travis-ci.org/philipn/django-rest-framework-filters.png?branch=master
11-
:target: https://travis-ci.org/philipn/django-rest-framework-filters
12-
13-
.. image:: https://codecov.io/gh/philipn/djangorestframework-filters/branch/master/graph/badge.svg
14-
  :target: https://codecov.io/gh/philipn/djangorestframework-filters
15-
16-
.. image:: https://img.shields.io/pypi/v/djangorestframework-filters.svg
17-
:target: https://pypi.python.org/pypi/djangorestframework-filters
18-
1923
Installation
2024
------------
2125

0 commit comments

Comments
 (0)