Skip to content

Commit dca84c6

Browse files
committed
Update requirements
1 parent ed0977b commit dca84c6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
``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.
1+
``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.
22

33
E.g. using ``django-rest-framework-filters`` instead of just ``django-filter``, we can do stuff like::
44

@@ -21,7 +21,8 @@ Requirements
2121
------------
2222

2323
* Python 2.6+
24-
* Django 1.4.5+
24+
* Django 1.5.6+
25+
* Django REST framework 3.0+
2526

2627
Usage
2728
-----

0 commit comments

Comments
 (0)