- 19 Jan, 2014 1 commit
-
-
Serge S. Koval authored
-
- 16 Jan, 2014 1 commit
-
-
Serge S. Koval authored
-
- 15 Jan, 2014 2 commits
-
-
Serge S. Koval authored
-
Serge S. Koval authored
-
- 09 Jan, 2014 2 commits
-
-
Serge S. Koval authored
Fix two small code error in examples.
-
Xiao Hanyu authored
-
- 06 Jan, 2014 3 commits
-
-
Serge S. Koval authored
Save form_overrides into CustomModelConverter, to fix #421, in conjunction with https://github.com/coleifer/wtf-peewee/pull/20
-
bryhoyt authored
-
Serge S. Koval authored
-
- 02 Jan, 2014 1 commit
-
-
Serge S. Koval authored
-
- 28 Dec, 2013 2 commits
-
-
Serge S. Koval authored
-
Serge S. Koval authored
-
- 26 Dec, 2013 2 commits
-
-
Serge S. Koval authored
Inline model field fix to address issues #417, #418
-
Bryan Hoyt authored
-
- 23 Dec, 2013 2 commits
-
-
Serge S. Koval authored
Missing "op" alias for os.path
-
Joe Meilinger authored
-
- 20 Dec, 2013 2 commits
-
-
Serge S. Koval authored
Use `send_file` instead of `send_from_directory` to serve files in FileAdmin
-
Serge S. Koval authored
Don't use column name for pk
-
- 19 Dec, 2013 2 commits
-
-
John Rork authored
Gets the attribute name of the model's pk column, rather than the column's name (which can differ). This probably needs to happen for inherited keys, too, but I have not tested.
-
Iuri de Silvio authored
The path is already validated in `_normalize_path`. Also, `send_from_directory` abort paths with backslash, breaking FileAdmin subfolders in Windows. With `send_file`, we have a minor issue with the download URL, it has path with backslash, but `_normalize_path` fix this before download.
-
- 18 Dec, 2013 2 commits
-
-
Serge S. Koval authored
Make FileAdmin.base_url optional.
-
Iuri de Silvio authored
Add a `FileAdmin.can_download` flag to enable download of uploaded files. If `base_url` is not defined, a `.download` route will serve uploaded files.
-
- 16 Dec, 2013 3 commits
-
-
Serge S. Koval authored
Do not enforce github ribbon over http
-
Iuri de Silvio authored
Docs in readthedocs run over https and Chrome recognize the ribbon as unsafe content.
-
bryhoyt authored
Inline view fix
-
- 15 Dec, 2013 11 commits
-
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
Remove inline_view from contrib/peewee/form.py, so as to fix #406 (cleaned up this time)
-
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
-
- 14 Dec, 2013 4 commits
-
-
Bryan Hoyt authored
-
bryhoyt authored
-
Bryan Hoyt authored
This reverts commit c424c3fe.
-
Bryan Hoyt authored
This reverts commit 749161e7.
-