Skip to content

Commit 577ffed

Browse files
chore(release): v1.4.6 — bump django-admin-rest-api to ^1.0.4 (#611)
Closes #606 (react side). Patch — dep range bump only, no SPA code change.
1 parent 7613b34 commit 577ffed

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-admin-react"
3-
version = "1.4.5"
3+
version = "1.4.6"
44
description = "A drop-in React single-page admin for Django, driven entirely by ModelAdmin."
55
authors = ["django-admin-react contributors"]
66
license = "MIT"
@@ -49,7 +49,7 @@ django = ">=5.0,<7.0"
4949
# React SPA super-layer over `django-admin-rest-api`. The package's URLs
5050
# are included by `django_admin_react.urls`, and consumers add
5151
# `"django_admin_rest_api"` to `INSTALLED_APPS` alongside this package.
52-
django-admin-rest-api = "^1.0.3"
52+
django-admin-rest-api = "^1.0.4"
5353
# `django-admin-mcp-api` — MCP-protocol adapter over the same REST API
5454
# so agents reach the SAME `ModelAdmin`-driven surface. Wire-protocol-only
5555
# layer; adds NO new functionality, permissions, or validation.

0 commit comments

Comments
 (0)