Commit f1576a6b authored by Serge S. Koval's avatar Serge S. Koval

Changelog

parent 6e7fb167
......@@ -22,6 +22,7 @@
.. autoattribute:: list_columns
.. autoattribute:: excluded_list_columns
.. autoattribute:: rename_columns
.. autoattribute:: list_formatters
.. autoattribute:: sortable_columns
......
Changelog
=========
1.0.2
-----
* Peewee model backend
* Inline form administration interface for models a-la Django
* Model actions - methods that work with more than one model (for example - mass delete)
* 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
......@@ -9,6 +9,7 @@ Flask-Admin is simple and extensible administrative interface framework for `Fla
quickstart
model_guidelines
api/index
changelog
Indices and tables
......
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