2.0.6
  - add backward compatibility for using DateTimeColumn with date type

2.0.5
  - add option for disable timezone localization

2.0.4
  - switch datetime formating to use django.utils.formats
  - new column DateColumnt
  - fix possible xss

2.0.3
  - fixed pagination with segments

2.0.2
  - added more plugins
  - improved HrefColumn

2.0.1
  - fixed bug with table.data and table.row_iterator - quicsearch works incorrectly
    All plugins should operate only table.data queryset
  - added example how to use DropdownFilter for column filter

1.0.4
  - fix rendering DateTimeColumn with date value

1.0.3
  - change rendering DateTimeColumn with current active timezone

1.0.2
  - fix rendering Template column with argument request

1.0.0
  - move to sdh name space
  - Django 1.11 compatibility

0.7.7
  - Fix HrefColumn when reference value is None

0.7.6
  - Added Django 1.10 compatibility

0.7.5
  - Fix default value for Href column

0.7.4
  - bump version

0.7.3
  - fix plugins import

0.7.2
  - Fix Paginator and filters
  - PEP8

0.7.1
  - add DateTimeColumn
  - copy all plugins to the table instance
  - improve DropDownFilter to use handlers in the table instance for build options

0.6.2
  - fix set default refname

0.6.1
  - set default refname by column name
