Branch: refs/heads/master Home: https://github.com/phpmyadmin/website Commit: b9732501f11589c57d04831fb6683352e2723ed7 https://github.com/phpmyadmin/website/commit/b9732501f11589c57d04831fb668335... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-10-04 (Wed, 10 October 2023) -03:00
Changed paths: M demo/management/commands/fetch_versions.py M manage.py
Log Message: ----------- Fix empty entry in demo list
The fetch_versions.py was including an empty entry in the demo server list.
Replaces the legacy RawConfigParser object with ConfigParser(interpolation=None).
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: bf6ef122492987c3feb1ce0dc39fea59fdd696de https://github.com/phpmyadmin/website/commit/bf6ef122492987c3feb1ce0dc39fea5... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-10-04 (Wed, 10 October 2023) -03:00
Changed paths: M demo/management/commands/fetch_versions.py M manage.py
Log Message: ----------- Merge pull request #162 from MauricioFauth/demo
Fix empty entry in demo list