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 0480d7e commit 3f4a925Copy full SHA for 3f4a925
README.md
@@ -31,7 +31,7 @@ by enabling a cached backend. See [Advanced Usage](#advanced-usage)
31
- Bring compatibility with Django 2.0 and drop support of unsupported versions
32
of Django: `1.6`, `1.7`, `1.9`.
33
34
-### Compatability
+### Compatibility
35
36
- Python 2.7 and 3.4+
37
- Django 1.8+
@@ -81,7 +81,7 @@ By default transitions get recorded for all models. Logging can be disabled for
81
specific models by adding their fully qualified name to `DJANGO_FSM_LOG_IGNORED_MODELS`.
82
83
```python
84
-DJANGO_FSM_LOG_IGNORED_MODELS = ('poll.models.Vote')
+DJANGO_FSM_LOG_IGNORED_MODELS = ('poll.models.Vote',)
85
```
86
87
### `for_` Manager Method
0 commit comments