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
0d552a91
Commit
0d552a91
authored
Nov 05, 2012
by
Serge S. Koval
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change log and authors
parent
bff64010
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
0 deletions
+33
-0
AUTHORS
AUTHORS
+1
-0
changelog.rst
doc/changelog.rst
+32
-0
No files found.
AUTHORS
View file @
0d552a91
...
@@ -9,6 +9,7 @@ Patches and Suggestions
...
@@ -9,6 +9,7 @@ Patches and Suggestions
```````````````````````
```````````````````````
- Priit Laes <plaes@plaes.org>
- Priit Laes <plaes@plaes.org>
- Sean Lynch
- Andy Wilson <wilson.andrew.j+github@gmail.com>
- Andy Wilson <wilson.andrew.j+github@gmail.com>
- Mikhail Krivushin <krivushinme@gmail.com>
- Mikhail Krivushin <krivushinme@gmail.com>
- Dmitry Medvinsky <dmedvinsky@gmail.com>
- Dmitry Medvinsky <dmedvinsky@gmail.com>
...
...
doc/changelog.rst
View file @
0d552a91
Changelog
Changelog
=========
=========
1.0.3
-----
General:
* Peewee 2.x support
* Model form scaffolding is now customizable in model views
* Inline model forms are much more customizable now
* List view type-based formatters
* Database ``NULL`` will be displayed as empty string by default in list view. Use type-based formatter if you want to display something else.
* Use `Select2 <http://ivaynberg.github.com/select2/>`_ instead of Chosen
* List view formatting callbacks. See example `here <https://gist.github.com/3714266>`_.
* ``_template_args`` property is now available in all views
* ``on_model_change`` and ``on_model_delete`` callbacks
* Model backends now support ``list_display_pk`` property
* Minor template refactoring, more blocks to override
* Supported multiple ``Admin`` class instances for one Flask application
* File uploads are now supported in model views
* Use HTTPS CDN for jQuery
* Lots of minor fixes
SQLAlchemy backend:
* Support for non-nullable boolean fields
* If create/delete/update fails, Flask-Admin will rollback the transaction
* Default column values support
* ``list_display_all_relations`` to show many-to-one relations in list view
* ``get_query`` method, which can be overridden to implement additional filtering/sorting/etc
* Synonym properties support
* Backend will ignore protected fields (name starting with underscore) from now on
* Support for various PostgreSQL fields
1.0.2
1.0.2
-----
-----
...
...
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