1
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected 2 days ago.
Sep 06, 2025 — Sep 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #47 from mrjoes/dependabot/pip/examples/pymongo/pymongo-2.5.2 More... about 4 years ago
Bump pymongo from 2.4.1 to 2.5.2 in /examples/pymongo More... about 4 years ago
Fixed #889 - Resolve compatibility issue with jinja2 htmlcompress plugin More... over 11 years ago
Ability to override automatically generated endpoint name More... over 11 years ago
Merge branch 'master' of github.com:mrjoes/flask-admin More... over 11 years ago
Update README.md More... over 11 years ago
Update README.md More... over 11 years ago
Update README.md More... over 11 years ago
Initial commit More... over 11 years ago
Merge branch 'master' of github.com:mrjoes/flask-admin More... over 11 years ago
Fixed #810 - Call on_model_delete for mass delete action in peewee backend More... over 11 years ago
Update view.py More... over 11 years ago
Merge pull request #807 from fantix/master More... over 11 years ago
Fix circular import between `babel` and `helpers`, so that: * `from flask.ext.admin.babel import gettext` returns the right one * I18n in `flash_errors` works correctly More... over 11 years ago
Merge pull request #806 from jmagnusson/py3-filterconverter-fix More... over 11 years ago
Python 3 fix: FilterConverter sub-classing bug Couldn't be instantiated more than once. This made it impossible to make a subclass of FilterConverter. More... over 11 years ago
Merge pull request #805 from jmagnusson/docfix More... over 11 years ago
Whoops. Wrong doc fix :blush: More... over 11 years ago
Fix misleading documentation More... over 11 years ago
Merge pull request #803 from jmagnusson/clean-unused More... over 11 years ago
Remove unused code More... over 11 years ago
Bumped version More... over 11 years ago
Merge branch 'master' of github.com:mrjoes/flask-admin More... over 11 years ago
Minor change that allows easy reordering of the inline fields on client-side More... over 11 years ago
Fixed #791 - Validators support for FileUploadField and ImageUploadField More... over 11 years ago
Merge pull request #800 from pawl/improvefileadmin More... over 11 years ago
fix python 3 compatibility issue, trim trailing space More... over 11 years ago
add tests for fileadmin, minor formatting fixes More... over 11 years ago
improve fileadmin flexibility by moving forms into functions, fix CSRF, and fix error messages on validation failure More... over 11 years ago
improve form error message flashing, move into helpers More... over 11 years ago