Skip to content

Commit 47ddbc0

Browse files
committed
Merge pull request #2447 from carltongibson/update-df-references
Update Django-Filter references
2 parents 4201c9f + 790c92d commit 47ddbc0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The following packages are optional:
5858
* [Markdown][markdown] (2.1.0+) - Markdown support for the browsable API.
5959
* [PyYAML][yaml] (3.10+) - YAML content-type support.
6060
* [defusedxml][defusedxml] (0.3+) - XML content-type support.
61-
* [django-filter][django-filter] (0.5.4+) - Filtering support.
61+
* [django-filter][django-filter] (0.9.2+) - Filtering support.
6262
* [django-oauth-plus][django-oauth-plus] (2.0+) and [oauth2][oauth2] (1.5.211+) - OAuth 1.0a support.
6363
* [django-oauth2-provider][django-oauth2-provider] (0.2.3+) - OAuth 2.0 support.
6464
* [django-guardian][django-guardian] (1.1.1+) - Object level permissions support.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ markdown>=2.1.0
1212
PyYAML>=3.10
1313
defusedxml>=0.3
1414
django-guardian==1.2.4
15-
django-filter>=0.5.4
15+
django-filter>=0.9.2
1616
django-oauth-plus>=2.2.1
1717
oauth2>=1.5.211
1818
django-oauth2-provider>=0.2.4

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ deps =
2222
{py26,py27}-django{14,15}: django-oauth2-provider==0.2.3
2323
{py26,py27}-django16: django-oauth2-provider==0.2.4
2424
pytest-django==2.8.0
25-
{py26,py27,py32,py33,py34}-django{14,15,16,17}: django-filter==0.7
25+
django-filter==0.9.2
2626
defusedxml==0.3
2727
markdown>=2.1.0
2828
PyYAML>=3.10

0 commit comments

Comments
 (0)