release: 0.2.0a9 — Phase 1 of #544 landed (ships React + MCP)#549
Closed
MartinCastroAlvarez wants to merge 1 commit into
Closed
release: 0.2.0a9 — Phase 1 of #544 landed (ships React + MCP)#549MartinCastroAlvarez wants to merge 1 commit into
MartinCastroAlvarez wants to merge 1 commit into
Conversation
The Phase-1 split (#544, #545) landed: `pip install django-admin-react` now resolves `django-admin-rest-api` and `django-admin-mcp-api` as sibling dependencies — a single install brings the React SPA together with the MCP API server, driven by the same `ModelAdmin`. Bump the pre-release tag so the next PyPI publish marks that landing. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Bumps the pre-release version
0.2.0a8 → 0.2.0a9to mark the Phase 1 landing of the three-repo split (#544).Since
0.2.0a8,maingained:django-admin-rest-api ^0.1.0a0+django-admin-mcp-api ^0.1.0a0) added as dependencies. Apip install django-admin-reactnow resolves the React SPA and the MCP API server in one shot..mddocs realigned to the React-super-layer scope.change_actionsallowed_permissionsfallback (defense-in-depth, Object actions: apply allowed_permissions in the change_actions fallback (defense-in-depth) #455).Single-file change:
pyproject.toml. No lock changes (theversionfield isn't pinned inpoetry.lock).Tier
Tier 6 (release publish) is owner-gated — this PR only bumps the in-repo version; the actual PyPI publish is yours to drive.
Refs #544 (Phase 7 — release hygiene begins here)
🤖 Generated with Claude Code