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
01f7d789
Commit
01f7d789
authored
May 20, 2013
by
Serge S. Koval
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump
parent
812ae71c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
26 deletions
+15
-26
changelog.rst
doc/changelog.rst
+14
-25
__init__.py
flask_admin/__init__.py
+1
-1
No files found.
doc/changelog.rst
View file @
01f7d789
Changelog
=========
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), Chech
* Bug fixes
1.0.5
-----
...
...
@@ -61,28 +75,3 @@ SQLAlchemy backend:
* Synonym properties support
* Backend will ignore protected fields (name starting with underscore) from now on
* Support for various PostgreSQL fields
1.0.2
-----
* Peewee model backend
* Inline form administration interface for models a-la Django
* Mass actions - methods that work with more than one item (for example - mass delete for models or files)
* SQLAlchemy form scaffolding is now independent from the wtforms.ext.sqlalchemy helpers
* Added ability to mount administrative interface as a top-level folder
* Administrative interface can now be mounted as a subdomain
* Can now use FileField in model admin
* Revamped model templates, much more customizable now
* Model list view column formatting callbacks
* Lots of bugfixes
1.0.1
-----
* Fixed setup manifest
1.0.0
-----
* Initial release
\ No newline at end of file
flask_admin/__init__.py
View file @
01f7d789
__version__
=
'1.0.
5
'
__version__
=
'1.0.
6
'
__author__
=
'Serge S. Koval'
__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