- 01 Jul, 2015 1 commit
-
-
Paul Brown authored
-
- 30 Jun, 2015 1 commit
-
-
Paul Brown authored
-
- 28 Jun, 2015 2 commits
-
-
Paul Brown authored
Italian translation improvements - by Pierlauro Sciarelli
-
Paul Brown authored
-
- 26 Jun, 2015 2 commits
-
-
Serge S. Koval authored
-
Serge S. Koval authored
-
- 24 Jun, 2015 1 commit
-
-
Serge S. Koval authored
-
- 23 Jun, 2015 1 commit
-
-
Paul Brown authored
default datetime picker's time to current time when field is blank
-
- 21 Jun, 2015 1 commit
-
-
Petrus J.v.Rensburg authored
-
- 20 Jun, 2015 1 commit
-
-
Paul Brown authored
-
- 19 Jun, 2015 1 commit
-
-
Paul Brown authored
Allow primary keys with special characters in editable list view
-
- 18 Jun, 2015 1 commit
-
-
Paul Brown authored
allow primary keys with special characters in editable list view and add tests for it, also remove unnecessary db.create_all() in other tests
-
- 14 Jun, 2015 14 commits
-
-
Paul Brown authored
comment position is wrong
-
nplus authored
-
Petrus J.v.Rensburg authored
-
Petrus J.v.Rensburg authored
-
Petrus J.v.Rensburg authored
-
Petrus J.v.Rensburg authored
-
Petrus J.v.Rensburg authored
-
Petrus J.v.Rensburg authored
-
Petrus J.v.Rensburg authored
-
Petrus J.v.Rensburg authored
-
Petrus J.v.Rensburg authored
-
Petrus J.v.Rensburg authored
-
Petrus J.v.Rensburg authored
-
Petrus J.v.Rensburg authored
-
- 13 Jun, 2015 2 commits
-
-
Serge S. Koval authored
-
Serge S. Koval authored
-
- 10 Jun, 2015 2 commits
-
-
Serge S. Koval authored
Add an argument to FileUploadField to disallow overwriting existing f…
-
Serge S. Koval authored
Fixed #846, #808. Refactored JOIN logic so it now works with relationship properties instead of tables. This is partially incompatible change - you will have to update your custom filters. `apply` method now accepts additional `alias` argument. `alias` should be used to resolve column in query with specific JOIN path. Long story short, old code which was looking like this: ```python class MyFilter(SQLABaseFilter): def apply(self, query, value): return query.filter(self.column == value) ``` Should look like this: ```python class MyFilter(SQLABaseFilter): def apply(self, query, value, alias=None): return query.filter(self.get_column(alias) == value) ```
-
- 09 Jun, 2015 2 commits
-
-
Serge S. Koval authored
-
Serge S. Koval authored
-
- 04 Jun, 2015 3 commits
-
-
Priit Laes authored
-
Priit Laes authored
Follow-up on issue #890
-
Priit Laes authored
Resolves one of the issues documented in #890
-
- 03 Jun, 2015 5 commits
-
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-
Serge S. Koval authored
-