docs: fix inaccurate claims in README.md#3688
Merged
crivetimihai merged 1 commit intomainfrom Mar 24, 2026
Merged
Conversation
- Python version: ≥ 3.10 → ≥ 3.11 (matches pyproject.toml requires-python) - Docker Compose: fix Admin UI URL to port 8080 (via nginx) - Table count: 36+ → 55+ (actual __tablename__ count in db.py) - Tests count: 400+ → 7,000+ (actual test function count) - Makefile targets: remove outdated "75+" count - SECURE_COOKIES dev default: true → false (matches .env.example) - Protocol version example: 2025-06-18 → 2025-11-25 (current default) Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
e0f65f1 to
560a729
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pyproject.tomlrequires-python = ">=3.11,<3.14")docker-compose.ymluses PostgreSQL (via pgbouncer), not MariaDB — fixed instructions, database description, and Admin UI URL (port 8080 via nginx)__tablename__entries indb.py)truetofalsein Project Defaults table (.env.examplesetsfalsefor dev; section describes values that differ from code defaults)2025-06-18to2025-11-25(current default inconfig.py)Test plan
docker-compose.yml