Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ django = ">=5.0,<7.0"
# React SPA super-layer over `django-admin-rest-api`. The package's URLs
# are included by `django_admin_react.urls`, and consumers add
# `"django_admin_rest_api"` to `INSTALLED_APPS` alongside this package.
django-admin-rest-api = "^1.0.0"
django-admin-rest-api = "^1.0.1"
# `django-admin-mcp-api` — MCP-protocol adapter over the same REST API
# so agents reach the SAME `ModelAdmin`-driven surface. Wire-protocol-only
# layer; adds NO new functionality, permissions, or validation.
Expand Down
Loading