Skip to content

Commit

Permalink
Drop support for Django 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleyayers committed Apr 19, 2015
1 parent 5732cef commit aba645a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
3 changes: 2 additions & 1 deletion README.rst
Expand Up @@ -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:

Expand Down Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions django_tables2/columns/base.py
Expand Up @@ -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.
Expand Down
2 changes: 0 additions & 2 deletions requirements/django-1.2.x.pip

This file was deleted.

4 changes: 0 additions & 4 deletions tox.ini
Expand Up @@ -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

0 comments on commit aba645a

Please sign in to comment.