OpenCiviWiki
OpenCiviWiki copied to clipboard
Building a Better Democracy for the Internet Age
This PR updates [coverage](https://pypi.org/project/coverage) from **6.3.2** to **6.4.3**. Changelog ### 6.4.3 ``` -------------------------- - Fix a failure when combining data files if the file names contained glob-like patterns (`pull 1405`_)....
This PR updates [flake8](https://pypi.org/project/flake8) from **4.0.1** to **5.0.1**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/flake8 - Changelog: https://pyup.io/changelogs/flake8/ -...
We want to simplify the CiviWiki project by removing JavaScript SPA code in Backbone.js and using Django templates instead. We will work through the Backbone templates in the `threads` app...
This PR updates [Pillow](https://pypi.org/project/Pillow) from **9.1.0** to **9.2.0**. Changelog ### 9.2.0 ``` ------------------ - Deprecate ImageFont.getsize and related functions 6381 [nulano, radarhere] - Fixed null check for fribidi_version_info in FriBiDi...
This PR updates [requests](https://pypi.org/project/requests) from **2.27.1** to **2.28.1**. Changelog ### 2.28.1 ``` ------------------- **Improvements** - Speed optimization in `iter_content` with transition to `yield from`. (6170) **Dependencies** - Added support for...
- [ ] Email notifications when new civies are added to a thread the user opened - [ ] Email notification when someone links to user civi - [ ]...
Users may want to subscribe to certain types of content, such as categories. ## Task - [ ] add a /feed URL/View that shows content from categories the user has...
This PR updates [whitenoise](https://pypi.org/project/whitenoise) from **5.3.0** to **6.2.0**. Changelog ### 6.2.0 ``` ------------------ * Support Python 3.11. * Support Django 4.1. ``` ### 6.1.0 ``` ------------------ * Drop support for...
This PR updates [django-cors-headers](https://pypi.org/project/django-cors-headers) from **3.11.0** to **3.13.0**. Changelog ### 3.13.0 ``` ------------------- * Support Python 3.11. * Support Django 4.1. ``` ### 3.12.0 ``` ------------------- * Drop support for...
If I am a logged in user with properly entered information and I go to Settings and delete my first and last name, the changes are saved without the application...