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