* Python3 compatible * Compatible with the future version of Django (>=1.6) * Fix a little error with the boolean fields
0.95
-----------------
* Fix a small typo error * Fix a little error when you use DEFAULT_INPLACE_EDIT_OPTIONS * Thanks to: * `Kartik Agaram <https://github.com/akkartik>`_ * `Iwaszko <https://github.com/iwaszko>`_
0.94
-----------------
* Fix errors when you use `filters <https://docs.djangoproject.com/en/dev/ref/templates/builtins/>`_ for the fk fields or m2m fields * Fix css errors * Fix a small typo error * Thanks to: * `Anton <https://github.com/fynjah>`_ * `Tobias Lorenz <https://github.com/Tyrdall>`_
0.93
-----------------
* Fix a erros with INPLACEEDIT_AUTO_SAVE = True * Thanks to: * `Anton <https://github.com/fynjah>`_
0.92
-----------------
* Make javascript extendable and refactor success handler * Thanks to: * `Jens Nistler <https://github.com/lociii>`_
0.91
-----------------
* Now works with Django 1.5 and **the older versions of Django** * Thanks to: * `Yuego <https://github.com/Yuego>`_