We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ce562 commit ba2c0bdCopy full SHA for ba2c0bd
README.md
@@ -19,7 +19,7 @@ by enabling a cached backend. See [Advanced Usage](#advanced-usage)
19
- `fsm_log_description` now accepts a default description parameter
20
- Document `fsm_log_description` decorator
21
- Add support for Django 4.1
22
-- Add compatibility for python3.11
+- Add compatibility for python 3.11
23
24
### 3.0.0 (2022-01-14)
25
pyproject.toml
@@ -3,12 +3,6 @@ line-length = 119
3
target-version = ["py311"]
4
extend-exclude = "(^/django_fsm_log/migrations/.*$|^docs/.*$)"
5
6
-[tool.isort]
7
-profile = "black"
8
-py_version = 311
9
-line_length = 119
10
-skip_glob = "django_fsm_log/migrations/*"
11
-
12
[tool.ruff]
13
line-length = 119
14
target-version = "py311"
0 commit comments