- 25 Aug, 2012 4 commits
-
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-
- 19 Aug, 2012 16 commits
-
-
Serge S. Koval authored
Prevent None being converted to string and causing confirmation pop-up
-
F. Gabriel Gosselin authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
Fixing the action decorator import statement
-
Serge S. Koval authored
-
F. Gabriel Gosselin authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
fixed problem with wtf.FileField not getting updated with request.files data upon instantiation of Form
-
Serge S. Koval authored
-
Serge S. Koval authored
-
mrjoes authored
-
mrjoes authored
-
mrjoes authored
-
mrjoes authored
-
- 18 Aug, 2012 1 commit
-
-
mrjoes authored
-
- 13 Aug, 2012 6 commits
-
-
Serge S. Koval authored
Fix typo in docs
-
Serge S. Koval authored
Add ability to annotate field with help text
-
Dmitry Medvinsky authored
As indicated in WTForms documentation, fields have a description, which is typically used for help text [1]. Also, in Twitter Bootstrap, help text are supported by `p.help-block` element [2]. [1] http://wtforms.simplecodes.com/docs/1.0.1/fields.html#wtforms.fields.Field.__init__ [2] http://twitter.github.com/bootstrap/base-css.html#forms
-
Dmitry Medvinsky authored
I guess `form_columns` docstring was copy-pasted from `list_columns` and the occurrence of the identifier wasn't replaced.
-
Serge S. Koval authored
Fix missing FileAdmin class initialization
-
Dmitry Medvinsky authored
In the FileAdmin code example the admin view wasn't really created, its arguments were passed directly to the `admin.add_view` function.
-
- 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
-
- 05 Jul, 2012 1 commit
-
-
Redouane Zait authored
fixed problem with wtf.FileField not getting updated with request.files data upon instantiation of Form
-
- 30 May, 2012 5 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
-