- 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
-
- 02 Jun, 2015 3 commits
-
-
Petrus J.v.Rensburg authored
-
Petrus J.v.Rensburg authored
-
Petrus J.v.Rensburg authored
-
- 01 Jun, 2015 4 commits
-
-
Serge S. Koval authored
fixes menu link missing navbar-nav
-
Serge S. Koval authored
Adds Leaflet Search to Map
-
Geoffrey Vedernikoff authored
-
Geoffrey Vedernikoff authored
-
- 31 May, 2015 1 commit
-
-
Ruquan Zhang authored
add navbar-nav class to ul tag when create menu link use bootstrap3
-
- 29 May, 2015 2 commits
-
-
Geoffrey Yefim Vedernikoff authored
Adds leaflet search to maps
-
Geoffrey Vedernikoff authored
-
- 28 May, 2015 1 commit
-
-
Serge S. Koval authored
Examples
-
- 26 May, 2015 1 commit
-
-
Petrus J.v.Rensburg authored
-