Release 0.8
-----------
* Django 1.9 compatibility

Release 0.7.1
-------------
* fixes wrong template that produce wrong link for action()

Release 0.7
-----------
* fixes wrong template that produce double button on screen
* add django 1.8 to travis config
* wheel package

Release 0.6.1
-------------
* templates refactoring


Release 0.5
-----------
* Potentially backward incompatible:
  Changed the way the urls options are put in the context.
* add 'visible' attribute to `link()` and `action()`
* add new custom tag `extraurl`


Release 0.4
-----------
* add css_class attribute


Release 0.3
-----------
* add ability to order buttons


Release 0.2
-----------
* python 3.3, 3.4 compatibility
* add ability to customize the upload template
* disable button after click to prevent double click
* improved automatic button's label creation
* it's not anymore mandatory to return a HttpResponse


Release 0.1
-----------
* Initial release
