Drop support for Django 1.2

This commit is contained in:
Bradley Ayers 2015-04-20 04:16:58 +10:00
parent 5732cefcf3
commit aba645a8f7
4 changed files with 2 additions and 9 deletions

View File

@ -23,7 +23,7 @@ Its features include:
- Pagination.
- Column based table sorting.
- Template tag to enable trivial rendering to HTML.
- Generic view mixin for use in Django 1.3.
- Generic view mixin.
Creating a table is as simple as:
@ -83,6 +83,7 @@ v1.0.0
- Added Python 3.4 support.
- Added Django 1.7 and Django 1.8 support.
- Dropped Python 2.6 and 3.2 support.
- Drop Django 1.2 support
- Convert tests to using py.test.
v0.16.0

View File

@ -128,8 +128,6 @@ class Column(object): # pylint: disable=R0902
.. attribute:: localize
This attribute doesn't work in Django 1.2
* If `True`, cells of this column will be localized in the HTML output
by the localize filter.

View File

@ -1,2 +0,0 @@
-r common.pip
Django>=1.2,<1.3

View File

@ -88,7 +88,3 @@ deps = -r{toxinidir}/requirements/django-1.4.x.pip
[testenv:py27-dj13]
basepython = python2.7
deps = -r{toxinidir}/requirements/django-1.3.x.pip
[testenv:py27-dj12]
basepython = python2.7
deps = -r{toxinidir}/requirements/django-1.2.x.pip