CHANGES
=======

2016.5.2
--------

* Add cs translation

2016.5.1
--------

* Fix encoding, thanks @chenull for notice

2016.4.0
--------

* Fix unicode in lazy translations

2016.3.2
--------

* Cache classes and fix modal size
* Support modal sizes by default
* Use form factory for custom forms and support simple layouts

2015.3.1
--------

* Move handling related models to form
* Try skip pbr build

2016.3.0
--------

* Add update with form url

2016.2.0
--------

* Support dynamic forms

2015.11.7
---------

* Add has_other_pages to table and render pagination only if need it

2015.11.6
---------

* documentation and implement as mixins instead of table objects which prevents MRO
* Add support for configurable response objects and implement DRF page API pagination

2015.11.5
---------

* add more request process methods

2015.11.4
---------

* apply search query only on list

2015.11.3
---------

* make urls safe

2015.11.2
---------

* safe url in managers

2015.11.1
---------

* fix building query sting

2015.11.0
---------

* add queryfiltering options to api manager and process data to request method

2015.10.5
---------

* use cached properties #21

2015.10.4
---------

* update context on ModalFormView

2015.10.3
---------

* fix unicode labels on python 2
* fix making form

2015.10.1
---------

* declare leonardo horizon dependency as exteras #14
* add license

2015.10.0
---------

* first bunch of python 3 fixes

2015.9.0
--------

* add graph column with cubism.js binding and graphite endpoint decorator

2015.8.0
--------

* updated warning
* removed tabs module and aggregation stuff from tables, cleanup code, removed useless imports and added choices to manager, updated readme
* added LinkedListColumn and Switchable form utils
* fixed 1.9 depricated warning, replaced OrderedDict by OrderedDict

2015.7.6
--------

* handle method is prioritized

2015.7.5
--------

* adapt success url for more instance specific

2015.7.4
--------

* fix model factory on dj 1.8

2015.7.3
--------

* fix support for selfhandling and model form handling in one view

2015.7.2
--------

* support for handle and save in form_valid

2015.7.1
--------

* use our form class and try redirect to model detail after create

2015.7.0
--------

* fixed create view

2015.6.1
--------

* base implementation of manager methods
* small cleanup
* comment
* headers as param
* critical-fix: handle no content 204
* fix MRO for complex overriding
* fix model save for django > 1.7
* rst contents

1.0.4
-----

* removed unless css and TODO moved onto github issues
* fix non wrap able forms
* fix create action
* change crispy required version
* fix formating
* fix unicode literals
* request as optional param
* get lazy translation for model name
* support for app label models
* model class name with app label
* Update configuration part

1.0.3
-----

* react as Xstatic doc update
* use react as Xstatic package, and remove JS files
* fix proxy model verbose name
* fix actions, django/python 3 unicode support and template cleanup
* serialize response objects to dotdict
* doc update
* extra columns and ajax update on demand

1.0.2
-----

* fixed missing panel
* fix filtering if is queryset

1.0.1
-----

* cleanup
* doc update
* serialize data
* filtering not, and fix support for django model, cleanups
* ModelPanel, ReactJS sorted datatable initial and some fixes
* fix missing arg
* fix missing default index view
* doctstring update
* fix returns
* hide dashboard in navagitaion and handle invalid configuration
* others

1.0.0
-----

* update doc
* support for horizon autodiscover out of the box
* change uri for generic stuff, fix generic table id and handle no model_class on table
* badgets
* clean model data before create instance
* filters cleanup and switch extra columns to true
* cleanup and fixes for applications without model
* model registry
* not required
* fixes
* cleanup API module and new doc specification

0.1.3
-----

* generic stuff, CRUD complete with available declarative customizations
* noqa
* delete action
* shortify
* installation notes
* support for Icehouse Horizon

0.1.2
-----

* cleanup requirements
* setup tuning
* fix wrong import
* egg
* shortcat for SelfHandlingModelForm
* Inheritance of the 'Meta' class
* pep8 cleanup & more todos
* crispy requirement
* warn
* warning
* freeze pbr
* fix pbr version
* fix horizon dependecy

0.1.1
-----

* cleanups and fixes
* actions readme, doc link

0.1.0
-----

* cleanup
* gitignore
* override metaclass and datatable options for now we support vanilla horizon without any customization
* cleanups
* readme cleanup and fix status icon
* default descendent orderby
* dj17 save or update, cleanups and docs initial
* tabs
* fixes
* ovehaul pagination and cleanup
* cleanup
* implementation of filter methods for number and timestamp
* cleanup & fixes
* table tab and model form tab
* pagination position
* fix name error
* layout fix
* fix hidden inputs
* cleanup
* form tag no
* crispy default form helper
* fixes, cleanup
* pagination cleanup + new table items order by id
* some refactoring
* remove unused imports
* override ModelFormView
* url fix
* temporary fix table pagination
* issue list
* mathfilters
* currency filter
* pep8 syntax
* django model class support
* rename
* tag for modelform
* model form save
* remove unused
* model modal form view
* proper way
* log_action for django
* port changes
* readable
* default value
* empty list
* fixes
* space after comma
* changes
* list changes
* fields group as param
* lists tags
* logentries table
* fix icon
* image filter
* selfhandling model form
* fix
* filters and actions
* add missing init.py
* tidying
* file reorder
* thead adjustable + some styling
* renaming
* support nested tables for dictionary
* agregation mixin and nested tables initial
* cast int to str + filteraction without name prefix
* fix client argument
* fix missing object
* auth and verify implementation
* intentation fixes
* support base horizon data tables
* magic filter action
* some changes
* base client for all APIs
* base index view
* overwrite horizon data_table template
* datatable with pagination
* Initial commit
