- 04 Aug, 2012 2 commits
-
-
Serge S. Koval authored
Support for nested (joined via relation) table columns, e.g. user.name
-
Leonids Maslovs authored
-
- 03 Aug, 2012 1 commit
-
-
Leonids Maslovs authored
-
- 22 Jul, 2012 4 commits
-
-
Serge S. Koval authored
Generating a proper breadcrumbs in FileAdmin
-
Salem Harrache authored
-
Serge S. Koval authored
Avoid 404 error with FileAdmin
-
Salem Harrache authored
e.g: >>> op.normpath(directory).startswith(base_path) False >>> op.normpath(directory) u'/home/projects/mywebsite/static/utils' >>> base_path u'/home/projects/mywebsite/admin/../static' >>> base_path = op.normpath(base_path) >>> op.normpath(directory).startswith(base_path) True
-
- 30 May, 2012 6 commits
-
-
Serge S. Koval authored
Some doc improvements (with patch to fix issue #25)
-
Priit Laes authored
-
Priit Laes authored
-
Priit Laes authored
-
Priit Laes authored
-
Serge S. Koval authored
-
- 21 May, 2012 4 commits
-
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
Fixed sorting, searching, and make M2M optional
-
Serge S. Koval authored
-
- 18 May, 2012 2 commits
-
-
Mihail Krivushin authored
-
Serge S. Koval authored
-
- 03 May, 2012 2 commits
-
-
Serge S. Koval authored
-
Serge S. Koval authored
-
- 02 May, 2012 6 commits
-
-
Serge S. Koval authored
-
Serge S. Koval authored
import from gettext from flask.ext.admin.babel
-
Serge S. Koval authored
in examples: import flask-sqlalchemy from flask.ext hook
-
Serge S. Koval authored
-
wilsaj authored
-
wilsaj authored
in examples: import flask-sqlalchemy from flask.ext hook to support flask-SQLAlchemy>=0.16 (this change is also backwards compatible for <= 0.16)
-
- 24 Apr, 2012 8 commits
-
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-
- 13 Apr, 2012 1 commit
-
-
Serge S. Koval authored
-
- 12 Apr, 2012 4 commits
-
-
Serge S. Koval authored
-
Serge S. Koval authored
PK for models is optional. Some model backends might not have PK and still will work with individuals records.
-
Serge S. Koval authored
-
Serge S. Koval authored
-