Skip to content

Fix issues - #36

Merged
borhanst merged 6 commits into
mainfrom
fix-issues
Jul 28, 2026
Merged

Fix issues#36
borhanst merged 6 commits into
mainfrom
fix-issues

Conversation

@borhanst

Copy link
Copy Markdown
Owner

No description provided.

borhanst added 6 commits July 23, 2026 19:48
- Moved file handling logic from renderers.py to file_handler.py for better organization.
- Updated imports and adjusted function calls accordingly.
- Improved readability by restructuring async render methods in ListHTMLRenderer and FormHTMLRenderer.
- Simplified filter clause building in DefaultQueryProvider by introducing _build_filter_clauses method.
- Removed deprecated ViewFactory tests and updated test descriptions for clarity.
- Adjusted imports in resolver.py to reflect changes in module structure.
- Introduced `backend` parameter in Admin for custom ORM backends.
- Added detailed documentation on multi-ORM architecture and backend protocols.
- Updated features list to include backend protocol support.
- Enhanced filter documentation to include auto-generated RelationFilter for foreign keys.
- Improved pagination documentation with backend integration details.
- Cleaned up code formatting in various files for better readability.
…uration

Only apply ordering when explicitly specified via query parameter or admin class.
This prevents automatic sorting when admin.ordering is set to None or empty list.
@borhanst
borhanst merged commit 321db10 into main Jul 28, 2026
3 checks passed
@borhanst
borhanst deleted the fix-issues branch July 28, 2026 09:30
@borhanst
borhanst restored the fix-issues branch July 28, 2026 09:34
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.

1 participant