Commit 396b5069 authored by Serge S. Koval's avatar Serge S. Koval

Bumped version

parent 5e7b3e27
......@@ -8,6 +8,8 @@ Development Lead
Patches and Suggestions
```````````````````````
- Paul Brown <paul90brown@gmail.com>
- Petrus Janse van Rensburg <petrus.jvrensburg@gmail.com>
- Priit Laes <plaes@plaes.org>
- Sean Lynch
- Andy Wilson <wilson.andrew.j+github@gmail.com>
......
Changelog
=========
1.1 (dev)
---------
1.0.9
-----
Highlights:
* Added the ``geoa`` contrib module, for working with `geoalchemy2`_
* Bootstrap 3 support
* WTForms 2.x support
* Updated DateTime picker
* SQLAlchemy backend: support for complex sortables, ability to search for related models, model inheritance support
* Customizable URL generation logic for all views
* New generic filter types: in list, empty, date range
* Added the ``geoa`` contrib module, for working with `geoalchemy2 <http://geoalchemy-2.readthedocs.org/>`_
* Portugese translation
* Lots of bug fixes
.. _geoalchemy2: http://geoalchemy-2.readthedocs.org/
1.0.8
-----
......@@ -43,17 +50,3 @@ Highlights:
* Redis cli
* SQLAlchemy backend can handle inherited models with multiple PKs
* Lots of bug fixes
1.0.6
-----
* Model views now support default sorting order
* Model type/column formatters now accept additional `view` parameter
* `is_visible` for administrative views
* Model views have `after_model_change` method that can be overridden
* In model views, `get_query` was split into `get_count_query` and `get_query`
* Bootstrap 2.3.1
* Bulk deletes go through `delete_model`
* Flask-Admin no longer uses floating navigation bar
* Translations: French, Persian (Farsi), Chinese (Simplified/Traditional), Czech
* Bug fixes
__version__ = '1.0.9.dev0'
__version__ = '1.0.9'
__author__ = 'Serge S. Koval'
__email__ = 'serge.koval+github@gmail.com'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment