diff options
| author | Tom Christie | 2013-03-13 12:45:54 +0000 | 
|---|---|---|
| committer | Tom Christie | 2013-03-13 12:45:54 +0000 | 
| commit | 73ab7dc3f18c43d7bfb0c6f7581784d398cb36cf (patch) | |
| tree | 6e8b8ca027a9a3705078aff1216256348234e6d1 /tox.ini | |
| parent | a798a5350a6aa3100695d41d4d37ec7e2e073bdd (diff) | |
| download | django-rest-framework-73ab7dc3f18c43d7bfb0c6f7581784d398cb36cf.tar.bz2 | |
Use django-filter 0.6a1 and add database query count tests for paginated, filtered lists.
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 12 | 
1 files changed, 6 insertions, 6 deletions
| @@ -8,19 +8,19 @@ commands = {envpython} rest_framework/runtests/runtests.py  [testenv:py3.3-django1.5]  basepython = python3.3  deps = django==1.5 -       -egit+git://github.com/alex/django-filter.git#egg=django_filter +       django-filter==0.6a1         defusedxml==0.3  [testenv:py3.2-django1.5]  basepython = python3.2  deps = django==1.5 -       -egit+git://github.com/alex/django-filter.git#egg=django_filter +       django-filter==0.6a1         defusedxml==0.3  [testenv:py2.7-django1.5]  basepython = python2.7  deps = django==1.5 -       django-filter==0.5.4 +       django-filter==0.6a1         defusedxml==0.3         django-oauth-plus==2.0         oauth2==1.5.211 @@ -29,7 +29,7 @@ deps = django==1.5  [testenv:py2.6-django1.5]  basepython = python2.6  deps = django==1.5 -       django-filter==0.5.4 +       django-filter==0.6a1         defusedxml==0.3         django-oauth-plus==2.0         oauth2==1.5.211 @@ -38,7 +38,7 @@ deps = django==1.5  [testenv:py2.7-django1.4]  basepython = python2.7  deps = django==1.4.3 -       django-filter==0.5.4 +       django-filter==0.6a1         defusedxml==0.3         django-oauth-plus==2.0         oauth2==1.5.211 @@ -47,7 +47,7 @@ deps = django==1.4.3  [testenv:py2.6-django1.4]  basepython = python2.6  deps = django==1.4.3 -       django-filter==0.5.4 +       django-filter==0.6a1         defusedxml==0.3         django-oauth-plus==2.0         oauth2==1.5.211 | 
