- 07 Feb, 2016 10 commits
-
-
Paul Brown authored
More Flexible Exports Without Exceptions
-
Todd Etzel authored
simplify 'skip_checks' for #1194
-
Paul Brown authored
-
Todd Etzel authored
Don't raise exceptions during export on column_formatters with macros when there is a valid column_formatters_export, column_export_exclude_list or column_export_list configuration available
-
Serge S. Koval authored
add unit test for a related table's column object
-
Paul Brown authored
-
Serge S. Koval authored
SQLA - allow using column objects in column_list
-
Paul Brown authored
-
Serge S. Koval authored
SQLA - Allow using column objects in form_columns
-
Paul Brown authored
-
- 03 Feb, 2016 1 commit
-
-
Serge S. Koval authored
fixes #1185
-
- 02 Feb, 2016 1 commit
-
-
German Rosales authored
fixes #1185 according to coleifer/peewee@50c9c1d with retro compatibility for peewee's model meta fields hack
-
- 01 Feb, 2016 1 commit
-
-
Paul Brown authored
Fallback to default location if it was not received from external service
-
- 29 Jan, 2016 1 commit
-
-
Dmytrii authored
If end-user uses adblock or other extension and access to ip-api.com is blocked map will apper gray it will not be possible to do anything with it. If that happens we need to set default location and zoom out for better view.
-
- 28 Jan, 2016 1 commit
-
-
Paul Brown authored
override csv file name
-
- 27 Jan, 2016 1 commit
-
-
Tom Kedem authored
-
- 18 Jan, 2016 2 commits
-
-
Paul Brown authored
Fix so that auto-created inline model form has the right base class
-
Fantix King authored
-
- 13 Jan, 2016 2 commits
-
-
Serge S. Koval authored
Handle 'MAX' column lengths
-
Fil Mackay authored
This tests to see whether the length is a int first, so it excludes the 'MAX' case (unlimited column size).
-
- 05 Jan, 2016 2 commits
-
-
Paul Brown authored
Update details.html
-
mdanse authored
Updated the bootstrap 2 details.html with the same {{ super() }} call
-
- 04 Jan, 2016 4 commits
-
-
Serge S. Koval authored
Prevent showing 'save and ~' buttons when actions disabled
-
Serge S. Koval authored
Fix editable list view - CSRF validation & widget override
-
Paul Brown authored
-
mdanse authored
{{ super() }} is not called in the tail block of details.html. It should be as currently any base_template code in the tail block will be disregarded.
-
- 03 Jan, 2016 1 commit
-
-
Paul Brown authored
-
- 02 Jan, 2016 2 commits
-
-
Serge S. Koval authored
simplify editable list view, fix list view multiple select
-
Serge S. Koval authored
-
- 31 Dec, 2015 1 commit
-
-
Paul Brown authored
-
- 30 Dec, 2015 1 commit
-
-
Serge S. Koval authored
Add support for HSTORE columns to SQLA backend
-
- 29 Dec, 2015 1 commit
-
-
Paul Brown authored
-
- 25 Dec, 2015 2 commits
-
-
Paul Brown authored
Fix a sample code at introduction
-
c-bata authored
-
- 24 Dec, 2015 6 commits
-
-
Paul Brown authored
Add a demo app for appengine (and fix one more bug)
-
Mike Lambert authored
-
Mike Lambert authored
Add a basic appengine demo, that can be run with run.sh (assuming appengine SDK is installed). Verifies a few standard NDB/DB Models render well enough.
-
Mike Lambert authored
-
Mike Lambert authored
-
Paul Brown authored
Fix db.Property index check.
-