Skip to content

Commit

Permalink
Version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chibisov Gennady committed Sep 29, 2016
1 parent 46befbb commit 34817d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
10 changes: 1 addition & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,10 @@ env:
- TOX_ENV=django.1.8.lts

matrix:
allow_failures:
- env: TOX_ENV=django.1.10
- env: TOX_ENV=django.1.9


fast_finish: true


install:
- pip install tox



script:
- tox -e $TOX_ENV -- tests_app
- tox -e $TOX_ENV -- tests_app
Binary file modified docs/index.html
Binary file not shown.
4 changes: 3 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1989,10 +1989,12 @@ You can read about versioning, deprecation policy and upgrading from

#### 0.3.1

*July 15, 2016*
*Sep 29, 2016*

* Fix `schema_urls` `ExtendedDefaultRouter` compatability issue introduced by DRF 3.4.0
* Removed deprecated @action() and @link() decorators
* DRF 3.4.x compatibility
* Django 1.9 and 1.10 compatibility

#### 0.2.8

Expand Down

0 comments on commit 34817d4

Please sign in to comment.