opendatateam / docker-udata

udata and plugins all-in-one Docker image
https://hub.docker.com/r/udata/udata/builds
MIT License
15 stars 12 forks source link

Update udata to 2.6.0 #223

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

This PR updates udata from 2.4.1 to 2.6.0.

Changelog ### 2.6.0 ``` - Add resource's description and title size limit [2586](https://github.com/opendatateam/udata/pull/2586) - Add RDF catalog view for organizations [2583](https://github.com/opendatateam/udata/pull/2583) ``` ### 2.5.1 ``` - Add title's and description's length limit in forms [2585](https://github.com/opendatateam/udata/pull/2585) ``` ### 2.5.0 ``` - Change reuse's form's label name to title [2575](https://github.com/opendatateam/udata/pull/2575) - Unpublished posts are no longer served by the `Post.list` API endpoint [2578](https://github.com/opendatateam/udata/pull/2578) - Read only mode can now be toggled in settings [2565](https://github.com/opendatateam/udata/pull/2565): - Toggles a warning banner on the frontend view and a warning toast on the admin view. - Prevents new users to register. - Prevents non admin users to create new content such as organizations, datasets, community resources or discussions. - Will return a `423` response code to any non-admin request to endpoints specified in `METHOD_BLOCKLIST` setting. - Existing content can still be updated. - Add an alert block in layout template, to be overrided in installed theme [2580](https://github.com/opendatateam/udata/pull/2580) ```
Links - PyPI: https://pypi.org/project/udata - Changelog: https://pyup.io/changelogs/udata/ - Repo: https://github.com/opendatateam/udata
pyup-bot commented 3 years ago

Closing this in favor of #224