Skip to content

Update classifier to Production/Stable and fix TODO doc links#769

Merged
abrookins merged 2 commits intomainfrom
fix/cleanup-todos-and-classifier
Jan 21, 2026
Merged

Update classifier to Production/Stable and fix TODO doc links#769
abrookins merged 2 commits intomainfrom
fix/cleanup-todos-and-classifier

Conversation

@abrookins
Copy link
Collaborator

Fixes #732 and #736.

Changes

  1. Updated development status classifier (pyproject.toml)

    • Changed from Development Status :: 3 - Alpha to Development Status :: 5 - Production/Stable
  2. Fixed TODO doc links in error messages (aredis_om/model/model.py)

    • Replaced "See docs: TODO" with proper error code references
    • Added error codes E9-E13 to docs/errors.md

Error Codes Added

  • E9: Could not resolve field name
  • E10: Could not resolve field type
  • E11: Could not resolve field info
  • E12: List and tuple fields can only contain strings
  • E13: List and tuple fields cannot be indexed for full-text search

@abrookins abrookins force-pushed the fix/cleanup-todos-and-classifier branch from ef42c1a to e9efcd4 Compare January 21, 2026 22:38
@abrookins abrookins merged commit 408fb13 into main Jan 21, 2026
15 checks passed
This was referenced Jan 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update development status classifier for 1.0

1 participant