Changelog for
python311-django-health-check-3.18.2-1.1.noarch.rpm :
* Sat May 04 2024 Georg Pfuetzenreuter
- Update to 3.18.2
* Jump multiple versions, reference upstream changelog- Drop python-django-health-check-no-mock.patch (solved upstream)- Build with sle15_python_module_pythons for modern Python on Leap
* Thu Feb 22 2024 Steve Kowalik - Switch to autosetup and pyproject macros.
* Mon May 09 2022 pgajdosAATTsuse.com- do not require python-mock for build- added patches fix https://github.com/KristianOellegaard/django-health-check/issues/323 + python-django-health-check-no-mock.patch
* Fri Jan 07 2022 John Vandenberg - Skip Tumbleweed Python 3.6 incompatible with Django 4
* Sun Dec 26 2021 John Vandenberg - Use django-codemod to finish Django 4 compatibility- Update to 3.16.5
* Fix default_app_config RemovedInDjango41Warning warning
* Fix Django 4 Exception \'never_cache didn\'t receive an HttpRequest\'- from v3.16.4
* Add default_auto_field to satisfy Django 4.0- from v3.16.2
* Fix text alignment for time column in Safari- from v3.16.1
* Fix Celery ping health check functionality with multiple workers- from v3.16.0
* Add second celery health chat that uses ping instead of executing a task- from v3.15.0
* Split celery timeout into two separate settings- from v3.14.3
* Use default cache timeout instead of 1s- from v3.14.2
* Resolve Django 4.0 deprecation warnings- from v3.14.1
* Revert \"Clean results task Health Check\"
* Thu Sep 17 2020 John Vandenberg - Workaround upstream packaging problem omitting sub-packages and templates
* Thu Sep 17 2020 John Vandenberg - Update to v3.14.0
* Register health check for each cache configuration- from v3.13.2
* Add backend checking if all migrations are applied- from v3.12.2
* Close all (even non default) db connections after check suite
* Wed Sep 02 2020 Marketa Calabkova - Fix test execution
* Thu Feb 20 2020 Tomáš Chvátal - Update to 3.12.1:
* Add health_check Django command (CLI) (#217, #234)
* Tue Nov 05 2019 Tomáš Chvátal - Update to 3.11.1:
* Resolve #232 -- Change license information to MIT