Up to [cvs.NetBSD.org] / pkgsrc / www / py-flask-admin
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
py-flask-admin: updated to 1.6.1 1.6.1 SQLAlchemy 2.x support General updates and bug fixes Dropped WTForms 1 support
py-flask-admin: Update to 1.6.0. 1.6.0 ----- * Dropped Python 2 support * WTForms 3.0 support * Various fixes
*: mark py-flask dependencies as not-for-python-2.x I'll update py-flask soon; the current pkgsrc of py-flask version is broken and all newer versions do not support python 2.x
*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS
py-flask-admin: fix building for Python < 3.7
py-flask-admin: Update to 1.5.8. 1.5.8 ----- * SQLAlchemy 1.4.5+ compatibility fixes * Redis CLI fixes
py-flask-admin: Update to 1.5.7. 1.5.7 ----- * Bootstrap 4 support! * Added hook for custom SQLAlchemy models initializers * SQLAlchemy 1.4/2.0 compatibility fix
Update py-flask-admin to 1.5.6. 1.5.6 ----- * SQLAlchemy 1.3.6 compatibility fix * Python 3.8 support
py-flask-admin: updated to 1.5.5 v1.5.5 Werkzeug 1.0 compatibility fix Use fa-circle-o icon for unchecked booleans A few SQLAlchemy-related bug fixes
py-flask-admin: updated to 1.5.4 1.5.4: Fix display of inline x-editable boolean fields on list view Add support for several SQLAlchemy-Utils data types Support searching on SQLAlchemy hybrid properties Extra URL paramaters are now propagated to the next page when searching / filtering Add enum34 dependency when running on legacy Python version Update Mapbox API v1 URL format Update jQuery and moment dependencies in templates Fixed a datepicker issue, where only dates up to 2015 were showing up Updated Pillow dependency version
py-flask-admin: updated to 1.5.3 v1.5.3: Fixed XSS vulnerability Support nested categories in the navbar menu SQLAlchemy - sort on multiple columns with column_default_sort - sort on related models in column_sortable_list - fix: inline model forms can now also be used for models with multiple primary keys - support for using mapped column_property Upgrade Leaflet and Leaflet.draw plugins, used for geoalchemy integration Specify minimum_input_length for ajax widget Peewee: support composite keys MongoEngine: when searching/filtering the input is now regarded as case-insensitive by default FileAdmin - handle special characters in filename - fix a bug with listing directories on Windows - avoid raising an exception when unknown sort parameter is encountered WTForms 3 support
py-flask-admin: updated to 1.5.2 1.5.2: Fixed XSS vulnerability Fixed Peewee support Added detail view column formatters Updated Flask-Login example to work with the newer version of the library Various SQLAlchemy-related fixes Various Windows related fixes for the file admin
py-flask-admin: updated to 1.5.1 1.5.1 Dropped Python 2.6 support Fixed SQLAlchemy >= 1.2 compatibility Fixed Pewee 3.0 compatibility Fixed max year for a combo date inline editor Lots of small bug fixes
Update py-flask-admin to 1.5.0. 1.5.0 ----- * Fixed CSRF generation logic for multi-process deployments * Added WTForms >= 3.0 support * Flask-Admin would not recursively save inline models, allowing arbitrary nesting * Added configuration properties that allow injection of additional CSS and JS dependencies into templates without overriding them * SQLAlchemy backend - Updated hybrid property detection using new SQLAlchemy APIs - Added support for association proxies - Added support for remote hybrid properties filters - Added support for ARRAY column type * Localization-related fixes * MongoEngine backend is now properly formats model labels * Improved Google App Engine support: - Added TextProperty, KeyProperty and SelectField support - Added support for form_args, excluded_columns, page_size and after_model_update * Fixed URL generation with localized named filters * FileAdmin has Bootstrap 2 support now * Geoalchemy fixes - Use Google Places (by default) for place search * Updated translations * Bug fixes fixes
Update py-flask-admin to 1.4.2. 1.4.2 ----- * Small bug fix release. Fixes regression that prevented usage of "virtual" columns with a custom formatter. 1.4.1 ----- * Official Python 3.5 support * Customizable row actions * Tablib support (exporting to XLS, XLSX, CSV, etc) * Updated external dependencies (jQuery, x-editable, etc) * Added settings that allows exceptions to be raised on view errors * Bug fixes
Update py-flask-admin to 1.4.0. 1.4.0 ----- * Updated and reworked documentation * FileAdmin went through minor refactoring and now supports remote file systems. Comes with the new, optional, AWS S3 file management interface * Configurable CSV export for model views * Added overridable URL generation logic. Allows using custom URLs with parameters for administrative views * Added column_display_actions to ModelView control visibility of the action column without overriding the template * Added support for the latest MongoEngine * New SecureForm base class for easier CSRF validation * Lots of translation-related fixes and updated translations * Bug fixes
Update py-flask-admin to 1.3.0. 1.3.0 (2015-08-23) ------------------ * New feature: Edit models in the list view in a popup * New feature: Read-only model details view * Fixed XSS in column_editable_list values * Improved navigation consistency in model create and edit views * Ability to choose page size in model list view * Updated client-side dependencies (jQuery, Select2, etc) * Updated documentation and examples * Updated translations * Bug fixes
Use $MASTER_SITE_PYPI.
Update py-flask-admin to 1.2.0. 1.2.0 ----- * Codebase was migrated to Flask-Admin GitHub organization * Automatically inject Flask-WTF CSRF token to internal Flask-Admin forms * MapBox v4 support for GeoAlchemy * Updated translations with help of CrowdIn * Show warning if field was ignored in form rendering rules * Simple AppEngine backend * Optional support for Font Awesome in templates and menus * Bug fixes
Update py-flask-admin to 1.1.0. 1.1.0 ----- Mostly bug fix release. Highlights: * Inline model editing on the list page * FileAdmin refactoring and fixes * FileUploadField and ImageUploadField will work with Required() validator * Bug fixes
Update py-flask-admin to 1.0.9. 1.0.9 ----- Highlights: * Bootstrap 3 support * WTForms 2.x support * Updated DateTime picker * SQLAlchemy backend: support for complex sortables, ability to search for related models, model inheritance support * Customizable URL generation logic for all views * New generic filter types: in list, empty, date range * Added the ``geoa`` contrib module, for working with `geoalchemy2 <http://geoalchemy-2.readthedocs.org/>`_ * Portugese translation * Lots of bug fixes
Improve EGG_NAME default to work for packages with '-' in their name. Remove now unnecessary overrides in various packages.
Update py-flask-admin to 1.0.8. 1.0.8 ----- Highlights: * Cleaned up documentation, many thanks to Petrus Janse van Rensburg. * More flexible menu system, ability to add links to menus * Human-readable filter URLs * Callable filter `options` * `EmailField` filter * Simple accessibility fixes * `InlineFormField` now accepts `widget_args` and `form_rules` arguments * Support for newer wtforms versions * `form_rules` property that affects both create and edit forms * Lots of bugfixes
Temporarily invent a DIST_SUBDIR so the distfiles cache on ftp.netbsd.org picks up the upstream-replaced 1.0.7 tarball from nb2. Suggested by wiz. Bump PKGREVISION.
Upstream uploaded a new, pristine tarball (same name) to PyPI that doesn't include testing bytecode residue. Bump PKGREVISION.
Remove pre-compiled binaries and adapt PLIST. Bump PKGREVISION.
Update py-flask-admin to 1.0.7. Changes since 1.0.6: * Python 3 compatibility fixes * Redis CLI * Dropped Flask-WTF dependency * Upgraded to Select2 3.4.0 * Additional unit tests * Separate loggers for each Flask-Admin component * New, much more configurable datetime picker * Spanish translation * Form rendering rules * Models: AJAX drop-down population for related models * Models: Filter options can be translated * Models: on_model_change now accepts third parameter is_created * Models: New configurarion property form_extra_columns * Models: Proper child field error highlighting * Models: Save and continue button for edit views * Models: FileUploadField and ImageUploadField * Models: If Flask is running in debug mode, rethrow all exceptions * Models: Backrefs are now displayed by default * Models: If there are no models in the list view, message will be displayed * MongoEngine: GridFS support for file and image uploads * MongoEngine: Backend supports form_overrides, choices and other field configuration properties * MongoEngine: URLField and EmailField are now searchable * MongoEngine: Embedded document configuration * SQLAlchemy: Backend was renamed as flask.ext.admin.contrib.sqla * SQLAlchemy: Automatic join for many-to-many relations * SQLAlchemy: Fixed ambiguous primary key when building complex search query in SQLAlchemy backend * SQLAlchemy: Use joinedload for related model instead of subqueryload for performance reasons * SQLAlchemy: Improved inline model handling logic * SQLAlchemy: Initial multi-pk support for inherited models * SQLAlchemy: BigInt filtering support
Update py-flask-admin to 1.0.6. 1.0.6 ===== * Model views now support default sorting order * Model type/column formatters now accept additional view parameter * is_visible for administrative views * Model views have after_model_change method that can be overridden * In model views, get_query was split into get_count_query and get_query * Bootstrap 2.3.1 * Bulk deletes go through delete_model * Flask-Admin no longer uses floating navigation bar * Translations: French, Persian (Farsi), Chinese (Simplified/Traditional), Chech * Bug fixes
Update py-flask-admin to 1.0.5. 1.0.5 * SQLAlchemy 0.8 support * Choices and PostgreSQL Enum field type support * Flask-BabelEx will be used to localize administrative interface * Simple text file editor * File admin has additional hooks: rename, edit, upload, etc * Simple text file editor * External links in menu * Column descriptions * Possibility to override master template * Reworked templates. New âlayoutâ sample with completely different administrative UI * Ability to customize wtforms widget rendering through form_widget_args property * German translation (WIP) * Updated documentation * Lots of bug fixes
Sprinkle empty USE_LANGUAGES definitions in pure python packages where missed at import time.
Import Flask-Admin-1.0.4 as www/py-flask-admin. Flask-Admin is a simple and extensible administrative interface framework for Flask.