Skip to content

Commit

Permalink
drop django 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ojii committed Feb 3, 2015
1 parent 4e4a6db commit 0ed8477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ python:
- 3.3
- 3.4
env:
- DJANGO='django>=1.2,<1.3'
- DJANGO='django>=1.3,<1.4'
- DJANGO='django>=1.4,<1.5'
- DJANGO='django>=1.5,<1.6'
Expand All @@ -25,14 +24,10 @@ matrix:
env: DJANGO='django>=1.7,<1.8'
- python: 2.6
env: DJANGO='django>=1.8,<1.9 --pre'
- python: 3.3
env: DJANGO='django>=1.2,<1.3'
- python: 3.3
env: DJANGO='django>=1.3,<1.4'
- python: 3.3
env: DJANGO='django>=1.4,<1.5'
- python: 3.4
env: DJANGO='django>=1.2,<1.3'
- python: 3.4
env: DJANGO='django>=1.3,<1.4'
- python: 3.4
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ sekizai will ignore any duplicate content in a single block.
Dependencies
************

* Python 2.6, 2.7, 3.2 or higher.
* Django 1.2.7 or higher.
* Python 2.6, 2.7, 3.3 or higher.
* Django 1.3 or higher.
* django-classy-tags 0.3.1 or higher.


Expand Down

0 comments on commit 0ed8477

Please sign in to comment.