Skip to content

Commit 24d88ed

Browse files
authored
Bump supported version to Django 5 (#2)
* Bump to Django 5 * WIP
1 parent 22b7c81 commit 24d88ed

File tree

3 files changed

+42
-33
lines changed

3 files changed

+42
-33
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,13 @@ INSTALLED_APPS = [
6060
```bash
6161
python manage.py generate_typescript_routes --urlconf projectname.urls > assets/urls.ts
6262
```
63+
64+
## Contributing
65+
66+
### Running the test suite
67+
68+
Simply:
69+
70+
```
71+
./scripts/test
72+
```

poetry.lock

Lines changed: 30 additions & 31 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
@@ -6,11 +6,11 @@ name = "django-typescript-routes"
66
packages = [{ include = "typescript_routes" }]
77
readme = "README.md"
88
repository = "https://github.com/buttondown-email/django-typescript-routes"
9-
version = "0.1.1"
9+
version = "0.2.0"
1010

1111

1212
[tool.poetry.dependencies]
13-
Django = "^4"
13+
Django = "^5"
1414
python = "^3.11"
1515

1616
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)