Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
flask-admin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
flask-admin
Commits
396b5069
Commit
396b5069
authored
Dec 09, 2014
by
Serge S. Koval
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bumped version
parent
5e7b3e27
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
19 deletions
+14
-19
AUTHORS
AUTHORS
+2
-0
changelog.rst
doc/changelog.rst
+11
-18
__init__.py
flask_admin/__init__.py
+1
-1
No files found.
AUTHORS
View file @
396b5069
...
@@ -8,6 +8,8 @@ Development Lead
...
@@ -8,6 +8,8 @@ Development Lead
Patches and Suggestions
Patches and Suggestions
```````````````````````
```````````````````````
- Paul Brown <paul90brown@gmail.com>
- Petrus Janse van Rensburg <petrus.jvrensburg@gmail.com>
- Priit Laes <plaes@plaes.org>
- Priit Laes <plaes@plaes.org>
- Sean Lynch
- Sean Lynch
- Andy Wilson <wilson.andrew.j+github@gmail.com>
- Andy Wilson <wilson.andrew.j+github@gmail.com>
...
...
doc/changelog.rst
View file @
396b5069
Changelog
Changelog
=========
=========
1.
1 (dev)
1.
0.9
-----
----
-----
Highlights:
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
1.0.8
-----
-----
...
@@ -43,17 +50,3 @@ Highlights:
...
@@ -43,17 +50,3 @@ Highlights:
* Redis cli
* Redis cli
* SQLAlchemy backend can handle inherited models with multiple PKs
* SQLAlchemy backend can handle inherited models with multiple PKs
* Lots of bug fixes
* 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
flask_admin/__init__.py
View file @
396b5069
__version__
=
'1.0.9
.dev0
'
__version__
=
'1.0.9'
__author__
=
'Serge S. Koval'
__author__
=
'Serge S. Koval'
__email__
=
'serge.koval+github@gmail.com'
__email__
=
'serge.koval+github@gmail.com'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment