Skip to content

Commit 3ac3503

Browse files
chore(release): v1.4.7 — Production/Stable classifier (#612)
Patch — classifier bump only.
1 parent 577ffed commit 3ac3503

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ urlpatterns = [
2121

2222
**One `INSTALLED_APPS` line + one URL include is the entire integration.** `pip install django-admin-react` transitively pulls in the [JSON API](https://pypi.org/project/django-admin-rest-api/) and the [MCP adapter](https://pypi.org/project/django-admin-mcp-api/); `django_admin_react.urls` includes the API endpoints at `<mount>/api/v1/…`, so the SPA finds its wire surface with zero configuration. (Mount the API a second time at your own prefix only if a non-SPA client also needs it.)
2323

24-
> **Beta — v1.0.0.** Available on PyPI; the SPA + the API
24+
> **Production / Stable.** Available on PyPI; the SPA + the API
2525
> ([`django-admin-rest-api`](https://pypi.org/project/django-admin-rest-api/))
2626
> + the MCP adapter
2727
> ([`django-admin-mcp-api`](https://pypi.org/project/django-admin-mcp-api/))

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.6"
3+
version = "1.4.7"
44
description = "A drop-in React single-page admin for Django, driven entirely by ModelAdmin."
55
authors = ["django-admin-react contributors"]
66
license = "MIT"
@@ -10,7 +10,7 @@ repository = "https://github.com/MartinCastroAlvarez/django-admin-react"
1010
documentation = "https://github.com/MartinCastroAlvarez/django-admin-react#readme"
1111
keywords = ["django", "admin", "react", "spa", "tailwind"]
1212
classifiers = [
13-
"Development Status :: 4 - Beta",
13+
"Development Status :: 5 - Production/Stable",
1414
"Environment :: Web Environment",
1515
"Framework :: Django",
1616
"Framework :: Django :: 5.0",

0 commit comments

Comments
 (0)