Skip to content

Commit

Permalink
Merge pull request #671 from dpgaspar/release/v1.9.6
Browse files Browse the repository at this point in the history
Release/v1.9.6
  • Loading branch information
dpgaspar committed Dec 16, 2017
2 parents 456e404 + 3b5b8a6 commit 66b72cc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Lots of `examples <https://github.com/dpgaspar/Flask-AppBuilder/tree/master/exam
Package Version
---------------

*New 1.9.5*.
*New 1.9.6*.

BREAKING CHANGES relative to 1.8.1 when using OAUTH authentication method.

Expand Down
10 changes: 9 additions & 1 deletion docs/versions.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
Versions
========


Improvements and Bug fixes on 1.9.6
-----------------------------------

- Fix, #663 Allow remote user to be auto registered.
- New, #639 Composite key support for SQLAlchemy.
- New, #661 Add feature to allow form to be processed prior to populating model.

Improvements and Bug fixes on 1.9.5
-----------------------------------

- New, #655 add feature to allow form prefill.
- New, #631 add sqlalchemy support for binary types.
- New, #626 support for traditional Chinese.
- New, #626 possible to disable update permissions on startup
- New, #626 possible to disable update permissions on startup.

Improvements and Bug fixes on 1.9.4
-----------------------------------
Expand Down
5 changes: 0 additions & 5 deletions examples/composite_keys/app/views.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
import calendar
from flask_appbuilder import ModelView
from flask_appbuilder.models.sqla.interface import SQLAInterface
from flask_appbuilder.charts.views import GroupByChartView
from flask_appbuilder.models.group import aggregate_count
from flask_appbuilder.widgets import FormHorizontalWidget, FormInlineWidget, FormVerticalWidget
from flask_babel import lazy_gettext as _


from app import db, appbuilder
Expand Down
2 changes: 1 addition & 1 deletion flask_appbuilder/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION_MAJOR = 1
VERSION_MINOR = 9
VERSION_BUILD = 5
VERSION_BUILD = 6
VERSION_INFO = (VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD)
VERSION_STRING = "%d.%d.%d" % VERSION_INFO

Expand Down

0 comments on commit 66b72cc

Please sign in to comment.