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
f1576a6b
Commit
f1576a6b
authored
Aug 27, 2012
by
Serge S. Koval
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changelog
parent
6e7fb167
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
0 deletions
+29
-0
mod_model.rst
doc/api/mod_model.rst
+1
-0
changelog.rst
doc/changelog.rst
+27
-0
index.rst
doc/index.rst
+1
-0
No files found.
doc/api/mod_model.rst
View file @
f1576a6b
...
@@ -22,6 +22,7 @@
...
@@ -22,6 +22,7 @@
.. autoattribute:: list_columns
.. autoattribute:: list_columns
.. autoattribute:: excluded_list_columns
.. autoattribute:: excluded_list_columns
.. autoattribute:: rename_columns
.. autoattribute:: rename_columns
.. autoattribute:: list_formatters
.. autoattribute:: sortable_columns
.. autoattribute:: sortable_columns
...
...
doc/changelog.rst
0 → 100644
View file @
f1576a6b
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
doc/index.rst
View file @
f1576a6b
...
@@ -9,6 +9,7 @@ Flask-Admin is simple and extensible administrative interface framework for `Fla
...
@@ -9,6 +9,7 @@ Flask-Admin is simple and extensible administrative interface framework for `Fla
quickstart
quickstart
model_guidelines
model_guidelines
api/index
api/index
changelog
Indices and tables
Indices and tables
...
...
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