2021-06-01 07:40:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 1 07:05:06 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Update to 1.5.8:
|
|
|
|
- SQLAlchemy 1.4/2.0, 1.4.5+ compatibility fixes
|
|
|
|
- Redis CLI fixes
|
|
|
|
- Bootstrap 4 support!
|
|
|
|
- Added hook for custom SQLAlchemy models initializers
|
|
|
|
- Patch remove_nose.patch rebased.
|
|
|
|
|
2020-10-29 22:04:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 29 20:46:47 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Add remove_nose.patch to remove dependency on nose
|
|
|
|
(gh#flask-admin/flask-admin#2047).
|
|
|
|
|
2020-09-28 18:16:18 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 28 11:33:32 UTC 2020 - Hans-Peter Jansen <hpj@urpla.net>
|
|
|
|
|
|
|
|
- Exclude a failing test
|
|
|
|
|
2020-04-20 15:02:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 20 13:58:33 UTC 2020 - Petr Cervinka <petr@cervinka.net>
|
|
|
|
|
|
|
|
- Fix build without python2
|
|
|
|
|
2020-04-12 07:16:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 11 21:42:05 UTC 2020 - Arun Persaud <arun@gmx.de>
|
|
|
|
|
|
|
|
- update to version 1.5.6:
|
|
|
|
* SQLAlchemy 1.3.6 compatibility fix
|
|
|
|
* Python 3.8 support
|
|
|
|
|
2020-02-09 19:40:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Feb 8 20:56:30 UTC 2020 - Arun Persaud <arun@gmx.de>
|
|
|
|
|
|
|
|
- specfile:
|
|
|
|
* update copyright year
|
|
|
|
|
|
|
|
- update to version 1.5.5:
|
|
|
|
* Werkzeug 1.0 compatibility fix
|
|
|
|
* Use fa-circle-o icon for unchecked booleans
|
|
|
|
* A few SQLAlchemy-related bug fixes
|
|
|
|
|
2019-10-22 07:55:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Oct 19 16:24:02 UTC 2019 - Arun Persaud <arun@gmx.de>
|
|
|
|
|
|
|
|
- specfile:
|
|
|
|
* update copyright year
|
|
|
|
* updated required pillow version
|
|
|
|
* require arrow, colour, sqlalchemy-utils for tests
|
|
|
|
|
|
|
|
- update to version 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
|
|
|
|
|
2019-01-02 09:11:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Dec 30 19:01:04 UTC 2018 - Arun Persaud <arun@gmx.de>
|
|
|
|
|
|
|
|
- specfile:
|
|
|
|
* be more specific in %files section
|
|
|
|
|
|
|
|
- update to version 1.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
|
|
|
|
|
2018-10-31 14:57:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 30 10:24:07 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Trim bias and filler wording from descriptions.
|
|
|
|
|
2018-10-30 10:03:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 30 09:41:06 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Initial commit, needed by acitoolkit
|