- 31 May, 2015 1 commit
-
-
Ruquan Zhang authored
add navbar-nav class to ul tag when create menu link use bootstrap3
-
- 28 May, 2015 1 commit
-
-
Serge S. Koval authored
Examples
-
- 26 May, 2015 1 commit
-
-
Petrus J.v.Rensburg authored
-
- 24 May, 2015 12 commits
-
-
Petrus J.v.Rensburg authored
Merge branch 'upstream-edit-after-create' of https://github.com/Code4SA/flask-admin into Code4SA-upstream-edit-after-create
-
Petrus Janse van Rensburg authored
Make 'contains' the default string filter operator
-
Petrus Janse van Rensburg authored
Update filters.py
-
Petrus Janse van Rensburg authored
[fix] ListField validation
-
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
-
- 21 May, 2015 4 commits
-
-
Serge S. Koval authored
missed a comma, sorry
-
James Turk authored
-
Serge S. Koval authored
add trove classifiers to setup.py
-
James Turk authored
will make it so https://caniusepython3.com stops showing this as a blocker based on the versions currently tested in Travis
-
- 20 May, 2015 3 commits
-
-
rma4ok authored
-
Serge S. Koval authored
FileUploadInput fix
-
Serge S. Koval authored
Added after_model_delete hook on view classes like after_model_change
-
- 19 May, 2015 2 commits
-
-
vovanz authored
If you edit a model where file field is required you will get a validation error if file field is set but wasn't changed. You should pass filename in form data if it is already set.
-
Eric Reynolds authored
-
- 06 May, 2015 4 commits
-
-
Serge S. Koval authored
fix mapbox-v4
-
Serge S. Koval authored
Fix “object has no attribute 'message’” in py3
-
Jacob Magnusson authored
-
Jacob Magnusson authored
-
- 05 May, 2015 1 commit
-
-
Dominik Janků authored
There are some programmers using unicode strings by default in Python 2 (from __future__ import unicode_literals). In that case "str.lower" raises TypeError (str type is expected, unicode given). This propose fixed mentioned issue.
-
- 04 May, 2015 4 commits
-
-
Serge S. Koval authored
Fixed some other references form mrjoes (user) to flask-admin (org)
-
raffaweb authored
-
Paul Brown authored
Add missing .mo files for translations, correct folder names
-
Paul Brown authored
-
- 03 May, 2015 2 commits
-
-
Paul Brown authored
Add afrikaans machine translations
-
Paul Brown authored
-
- 02 May, 2015 2 commits
-
-
Paul Brown authored
Improve translations
-
Paul Brown authored
-
- 01 May, 2015 2 commits
-
-
jnga authored
-
jnga authored
Upon adding a filter for a string field, 'equals' is the default selected operator. The broader option, 'contains', is more like the searches people typically do on web site and operating system search boxes. Being broader, contains is more generally useful for string fields than equals. This change places contains first in the list so it is the default choice, preventing the user from having to select it. The change applies to all three data engines (MongoEngine, Peewee, and SQLAlchemy).
-
- 28 Apr, 2015 1 commit
-
-
Kurt Spindler authored
-