@@ -10,6 +10,12 @@ Django Rest Framework Filters
1010.. image :: https://img.shields.io/pypi/v/djangorestframework-filters.svg
1111 :target: https://pypi.python.org/pypi/djangorestframework-filters
1212
13+ .. image :: https://img.shields.io/pypi/pyversions/djangorestframework-filters.svg
14+ :target: https://pypi.org/project/djangorestframework-filters/
15+
16+ .. image :: https://img.shields.io/pypi/l/tox-factor.svg
17+ :target: https://pypi.org/project/djangorestframework-filters/
18+
1319
1420``django-rest-framework-filters `` is an extension to `Django REST framework `_ and `Django filter `_
1521that makes it easy to filter across relationships. Historically, this extension also provided a
@@ -55,9 +61,9 @@ Features
5561Requirements
5662------------
5763
58- * **Python **: 3.4, 3. 5, 3.6, 3.7, 3.8
64+ * **Python **: 3.5, 3.6, 3.7, 3.8
5965* **Django **: 1.11, 2.0, 2.1, 2.2, 3.0, 3.1
60- * **DRF **: 3.10
66+ * **DRF **: 3.11
6167* **django-filter **: 2.1, 2.2 (Django 2.0+)
6268
6369
@@ -620,25 +626,9 @@ Publishing
620626 $ twine upload dist/*
621627
622628
623- License
624- ------ -
625- Copyright (c) 2013 - 2015 Philip Neustrom < philipn@ gmail.com> ,
626- 2016 - 2017 Ryan P Kilby < rpkilby@ ncsu.edu>
627-
628- Permission is hereby granted, free of charge, to any person obtaining a copy
629- of this software and associated documentation files (the " Software" ), to deal
630- in the Software without restriction, including without limitation the rights
631- to use, copy, modify, merge, publish, distribute, sublicense, and / or sell
632- copies of the Software, and to permit persons to whom the Software is
633- furnished to do so, subject to the following conditions:
634-
635- The above copyright notice and this permission notice shall be included in
636- all copies or substantial portions of the Software.
637-
638- THE SOFTWARE IS PROVIDED " AS IS" , WITHOUT WARRANTY OF ANY KIND , EXPRESS OR
639- IMPLIED , INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY ,
640- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT . IN NO EVENT SHALL THE
641- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM , DAMAGES OR OTHER
642- LIABILITY , WHETHER IN AN ACTION OF CONTRACT , TORT OR OTHERWISE , ARISING FROM ,
643- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
644- THE SOFTWARE .
629+ Copyright & License
630+ ------------------ -
631+
632+ Copyright (c) 2013 - 2015 Philip Neustrom & 2016 - 2019 Ryan P Kilby. See `LICENSE ` _ for details.
633+
634+ .. _`LICENSE ` : https:// github.com/ philipn/ django- rest- framework- filters/ blob/ master/ LICENSE
0 commit comments